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.

ELBabyScaleDeviceModel.h 287B

123456789101112131415161718
  1. //
  2. // ELBleBabyScalePeripheralModel.h
  3. // Elink
  4. //
  5. // Created by iot_user on 2019/4/19.
  6. // Copyright © 2019 iot_iMac. All rights reserved.
  7. //
  8. #import "ELPeripheralModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ELBabyScaleDeviceModel : ELPeripheralModel
  11. @end
  12. NS_ASSUME_NONNULL_END