// Created by Christopher on 9/4/15. #import #import #import @interface RNPrint : RCTView @property UIPrinter *pickedPrinter; @property NSString *filePath; @property NSString *htmlString; @property NSURL *printerURL; @property (nonatomic, assign) BOOL isLandscape; @end