表情下载、解码,发送

This commit is contained in:
chenguilong
2022-01-08 20:15:06 +08:00
committed by fengshuo
parent 446e388727
commit 4161b33930
38 changed files with 3567 additions and 63 deletions

View 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