File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#import " PdfUtilModule.h"
2+
3+ #if __has_include(<react_native_pdf_light/react_native_pdf_light-Swift.h>)
4+ #import < react_native_pdf_light/react_native_pdf_light-Swift.h>
5+ #else
26#import " react_native_pdf_light-Swift.h"
7+ #endif
38
49@implementation PdfUtilModule {
510 PdfUtilModuleImpl *impl;
Original file line number Diff line number Diff line change 11#import " PdfView.h"
2- #import " react_native_pdf_light-Swift.h"
32
3+ #if __has_include(<react_native_pdf_light/react_native_pdf_light-Swift.h>)
4+ #import < react_native_pdf_light/react_native_pdf_light-Swift.h>
5+ #import < react_native_pdf_light/react/renderer/components/PdfViewSpec/ComponentDescriptors.h>
6+ #else
7+ #import " react_native_pdf_light-Swift.h"
48#import < react/renderer/components/PdfViewSpec/ComponentDescriptors.h>
9+ #endif
10+
511#import < react/renderer/components/PdfViewSpec/EventEmitters.h>
612#import < react/renderer/components/PdfViewSpec/Props.h>
713#import < react/renderer/components/PdfViewSpec/RCTComponentViewHelpers.h>
You can’t perform that action at this time.
0 commit comments