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.

HygrothermographVC.h 270B

12345678910111213141516171819
  1. //
  2. // HygrothermographVC.h
  3. // AILinkBleSDK_Example
  4. //
  5. #import <UIKit/UIKit.h>
  6. NS_ASSUME_NONNULL_BEGIN
  7. @class ELAILinkPeripheral;
  8. @interface HygrothermographVC : UIViewController
  9. @property (nonatomic, strong) ELAILinkPeripheral *per;
  10. @end
  11. NS_ASSUME_NONNULL_END