
//  Created by Christopher on 9/3/15.
//  Modified by Onibenjo on 26/12/2020.

#import <React/RCTView.h>
#import <React/RCTBridgeModule.h>
#import <WebKit/WebKit.h>
@interface RNHTMLtoPDF : RCTView <RCTBridgeModule, WKNavigationDelegate>

@end
