Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314151617181920 |
- //
- // ELScaleDeviceModel.h
- // Elink
- //
- // Created by cliCk on 2019/5/28.
- // Copyright © 2019 iot_iMac. All rights reserved.
- //
-
- #import "ELPeripheralModel.h"
-
- NS_ASSUME_NONNULL_BEGIN
-
- /**
- 蓝牙扫描出来的模型
- */
- @interface ELBodyFatScaleDeviceModel : ELPeripheralModel
-
- @end
-
- NS_ASSUME_NONNULL_END
|