#import <React/RCTViewManager.h>
#import <React/RCTConvert.h>
#import "RNPDFView.h"

@interface RNPDFViewManager : RCTViewManager

@property (nonatomic) RNPDFView *pdfView;

@end
