// // HDLEZDeviceMsgInfoModel.m // EZSDK // // Created by 陈启扬 on 2023/3/16. // #import "HDLEZDeviceMsgInfoModel.h" @implementation HDLEZDeviceMsgInfoModel + (NSDictionary *)modelContainerPropertyGenericClass { return @{@"extInfo" : [HDLEZDeviceMsgExtInfoModel class]}; } @end @implementation HDLEZDeviceMsgExtInfoModel @end