Files
yinmeng-ios/xplan-ios/Main/ModuleKit/FaceView/Model/FaceInfo.m
2022-03-10 18:55:18 +08:00

20 lines
367 B
Objective-C

//
// FaceInfo.m
// BberryCore
//
// Created by 卫明何 on 2017/9/29.
// Copyright © 2017年 chenran. All rights reserved.
//
#import "FaceInfo.h"
@implementation FaceInfo
+ (nullable NSDictionary<NSString *, id> *)modelContainerPropertyGenericClass{
return @{
@"children" : FaceInfo.class,
};
}
@end