跟随进房的公屏显示以及进房添加跟随来源

This commit is contained in:
fengshuo
2022-03-15 17:56:25 +08:00
parent 759b9e4ca6
commit 19f5da68fe
11 changed files with 74 additions and 21 deletions

View File

@@ -92,6 +92,11 @@ NS_ASSUME_NONNULL_BEGIN
///技能卡图标列表
@property (nonatomic, strong) NSArray *absCardPics;
///跟随的 本地添加的字段
@property (nonatomic,copy) NSString *fromNick;
@property (nonatomic,assign) UserEnterRoomFromType fromType;
@property (nonatomic,copy) NSString *fromUid;
@end
NS_ASSUME_NONNULL_END