Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

RNBluetoothTscPrinter.h 316B

12345678910111213
  1. //
  2. // RNBluetoothTscPrinter.h
  3. // RNBluetoothEscposPrinter
  4. //
  5. // Created by januslo on 2018/10/1.
  6. // Copyright © 2018年 Facebook. All rights reserved.
  7. //
  8. #import <React/RCTBridgeModule.h>
  9. #import "RNBluetoothManager.h"
  10. @interface RNBluetoothTscPrinter : NSObject <RCTBridgeModule,WriteDataToBleDelegate>
  11. @end