From 0de4cf306d8e13fd57b3e04bfb81362a10f12a4d Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期一, 10 七月 2023 16:10:53 +0800 Subject: [PATCH] feature UI补全 --- EZSDK/EZSDK/EZ/TempPassword/Models/HDLEZDeviceMsgInfoModel.m | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/EZSDK/EZSDK/EZ/TempPassword/Models/HDLEZDeviceMsgInfoModel.m b/EZSDK/EZSDK/EZ/TempPassword/Models/HDLEZDeviceMsgInfoModel.m index 1c4d7b5..dedab50 100644 --- a/EZSDK/EZSDK/EZ/TempPassword/Models/HDLEZDeviceMsgInfoModel.m +++ b/EZSDK/EZSDK/EZ/TempPassword/Models/HDLEZDeviceMsgInfoModel.m @@ -9,4 +9,12 @@ @implementation HDLEZDeviceMsgInfoModel ++ (NSDictionary *)modelContainerPropertyGenericClass { + return @{@"extInfo" : [HDLEZDeviceMsgExtInfoModel class]}; +} + +@end + +@implementation HDLEZDeviceMsgExtInfoModel + @end -- Gitblit v1.8.0