#import #import "RNBluetoothManager.h"; @interface RNBluetoothEscposPrinter : NSObject @property (nonatomic,assign) NSInteger deviceWidth; -(void) textPrint:(NSString *) text inEncoding:(NSString *) encoding withCodePage:(NSInteger) codePage widthTimes:(NSInteger) widthTimes heightTimes:(NSInteger) heightTimes fontType:(NSInteger) fontType delegate:(NSObject *) delegate; @end