12345678910111213141516171819 |
- //
- // AilinkSuperConnectViewController.h
- // AILinkBleSDKSourceCode
- //
- // Created by iot_user on 2020/4/7.
- // Copyright © 2020 IOT. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- @class ELPeripheralModel;
- NS_ASSUME_NONNULL_BEGIN
-
- @interface AilinkSuperConnectViewController : UIViewController
- @property (nonatomic, strong) ELPeripheralModel *p;
-
- @end
-
- NS_ASSUME_NONNULL_END
|