iOS AILinkBleSDK - 蓝牙SDK
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.

ThermometerConnectViewController.h 379B

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