iOS AILinkBleSDK - 蓝牙SDK
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

ToothbrushConnectionViewController.h 384B

1234567891011121314151617
  1. //
  2. // ToothbrushConnectionViewController.h
  3. // AILinkBleSDKSourceCode
  4. //
  5. // Created by iot_user on 2020/9/29.
  6. // Copyright © 2020 IOT. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class ELPeripheralModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ToothbrushConnectionViewController : UIViewController
  12. @property (nonatomic, strong) ELPeripheralModel *p;
  13. @end
  14. NS_ASSUME_NONNULL_END