iOS AILinkBleSDK - 蓝牙SDK
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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