//
|
// HDLSiriShortcutModel.m
|
// HDLSceneSiriDemo
|
//
|
// Created by 陈嘉乐 on 2021/11/29.
|
//
|
|
#import "HDLSiriShortcutModel.h"
|
|
@implementation HDLSiriShortcutModel
|
+ (NSDictionary *)modelContainerPropertyGenericClass {
|
return @{@"list" : [HDLSiriControlModel class]};
|
}
|
@end
|
|
@implementation HDLSiriControlModel
|
|
@end
|