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.

ELWIFIBloodPressureVC.h 450B

1234567891011121314151617181920212223
  1. //
  2. // ELWIFIBloodPressureVC.h
  3. // AILinkBleSDK_Example
  4. //
  5. // Created by LarryZhang on 2023/10/6.
  6. // Copyright © 2023 zhengzida. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @class ELAILinkPeripheral;
  11. @class ELPeripheralModel;
  12. @interface ELWIFIBloodPressureVC : UIViewController
  13. @property (nonatomic, strong) ELAILinkPeripheral *per;
  14. @property (nonatomic, strong) ELPeripheralModel *p;
  15. @end
  16. NS_ASSUME_NONNULL_END