开通贵族公屏消息,贵族升级飘屏

This commit is contained in:
chenguilong
2022-01-10 19:59:58 +08:00
committed by fengshuo
parent 004f3f9c5c
commit 1ccc5fcad7
10 changed files with 249 additions and 5 deletions

View File

@@ -82,6 +82,12 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign) int selectMicPosition;
///贵族信息
@property (nonatomic, strong) UserVipInfoVo *userVipInfoVO;
///当前使用的资料卡装扮
@property (nonatomic, copy) NSString *userInfoCardPic;
///麦位光圈链接
@property (nonatomic, copy) NSString *micCircle;
///麦位昵称颜色
@property (nonatomic, copy) NSString *micNickColor;
@end