newsmemory-ios-sdk/Frameworks/react-native-html-to-pdf.xc.../ios-arm64/Headers/RNHTMLtoPDF.h

10 lines
205 B
C
Raw Normal View History

2024-05-02 15:08:24 +00:00
// Created by Christopher on 9/3/15.
#import <React/RCTView.h>
#import <React/RCTBridgeModule.h>
#import <WebKit/WebKit.h>
@interface RNHTMLtoPDF : RCTView <RCTBridgeModule, WKNavigationDelegate>
@end