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.

ELThermometerDeviceModel.h 280B

1234567891011121314151617
  1. //
  2. // ELThermometerDeviceModel.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. @interface ELThermometerDeviceModel : ELPeripheralModel
  11. @end
  12. NS_ASSUME_NONNULL_END