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.

ELBfsWifiConnectTableViewCell.h 407B

12345678910111213141516171819202122
  1. //
  2. // ELBfsWifiConnectTableViewCell.h
  3. // AILinkBleSDKSourceCode
  4. //
  5. // Created by cliCk on 2021/4/28.
  6. // Copyright © 2021 IOT. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ELBfsWifiConnectTableViewCell : UITableViewCell
  11. @property (nonatomic, copy) NSString *wifiName;
  12. /** 是否连接 */
  13. @property (nonatomic, assign) BOOL isLink;
  14. @end
  15. NS_ASSUME_NONNULL_END