iOS AILinkBleSDK - 蓝牙SDK
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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