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.

ELBodyFatScaleDeviceModel.h 312B

1234567891011121314151617181920
  1. //
  2. // ELScaleDeviceModel.h
  3. // Elink
  4. //
  5. // Created by cliCk on 2019/5/28.
  6. // Copyright © 2019 iot_iMac. All rights reserved.
  7. //
  8. #import "ELPeripheralModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. /**
  11. 蓝牙扫描出来的模型
  12. */
  13. @interface ELBodyFatScaleDeviceModel : ELPeripheralModel
  14. @end
  15. NS_ASSUME_NONNULL_END