iOS AILinkBleSDK - 蓝牙SDK
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ELBabyScaleBleHeightModel.h 578B

123456789101112131415161718192021222324
  1. //
  2. // ELBabyScaleBleHeightModel.h
  3. // Elink
  4. //
  5. // Created by iot_user on 2019/4/23.
  6. // Copyright © 2019 iot_iMac. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "ELSDKHeader.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ELBabyScaleBleHeightModel : NSObject
  12. @property (nonatomic, assign) NSUInteger height; //height(身高)
  13. @property (nonatomic, assign) ELDeviceHeightUnit unit;
  14. @property (nonatomic, copy) NSString *unitStr;
  15. @property (nonatomic, assign) NSInteger heightPoint;//Decimal offset position(小数点偏移位置)
  16. @end
  17. NS_ASSUME_NONNULL_END