newsmemory-ios-sdk/Frameworks/react-native-print.xcframework/ios-arm64/Headers/RNPrint.h

15 lines
425 B
C
Raw Permalink Normal View History

2024-05-02 15:08:24 +00:00
// Created by Christopher on 9/4/15.
#import <UIKit/UIKit.h>
#import <React/RCTView.h>
#import <React/RCTBridgeModule.h>
@interface RNPrint : RCTView <RCTBridgeModule, UIPrintInteractionControllerDelegate, UIPrinterPickerControllerDelegate>
@property UIPrinter *pickedPrinter;
@property NSString *filePath;
@property NSString *htmlString;
@property NSURL *printerURL;
@property (nonatomic, assign) BOOL isLandscape;
@end