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.

EightScaleConnectionViewController.h 385B

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