表情下载、解码,发送
This commit is contained in:
19
xplan-ios/Main/ModuleKit/FaceView/Model/FaceInfo.m
Normal file
19
xplan-ios/Main/ModuleKit/FaceView/Model/FaceInfo.m
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user