进房动画 铭牌显示

This commit is contained in:
fengshuo
2021-12-17 15:18:34 +08:00
parent 5c1e4ed381
commit f7f6df70bf
21 changed files with 329 additions and 73 deletions

View File

@@ -66,6 +66,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,copy) NSString *headwearEffect;
///用户信息中的 头饰的动画 如果没有的话 就用这个 并不需要HeadwearModel 映射一下吧
@property (nonatomic,copy) NSString *headwearPic;
///头饰(新字段) 上麦的时候 在扩展字段中的 只用在坑位上
@property (nonatomic, copy) NSString *headWearUrl;
@end
NS_ASSUME_NONNULL_END