You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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