iOS AILinkBleSDK - 蓝牙SDK
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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