// // 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