// // HDLSiriShortcutModel.m // HDLSceneSiriDemo // // Created by ι™ˆε˜‰δΉ on 2021/11/29. // #import "HDLSiriShortcutModel.h" @implementation HDLSiriShortcutModel + (NSDictionary *)modelContainerPropertyGenericClass { return @{@"list" : [HDLSiriControlModel class]}; } @end @implementation HDLSiriControlModel @end