選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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