// // ELRemoteControlDeviceModel.h // Elink // // Created by cliCk on 2019/7/2. // Copyright © 2019 iot_iMac. All rights reserved. // #import "ELPeripheralModel.h" NS_ASSUME_NONNULL_BEGIN @interface ELRemoteControlDeviceModel : ELPeripheralModel @end NS_ASSUME_NONNULL_END