麦上魅力值UI调整,增加防被踢标记

This commit is contained in:
chenguilong
2022-04-28 15:16:37 +08:00
parent f3ff5c5ba7
commit baa87f5209
13 changed files with 62 additions and 95 deletions

View File

@@ -114,6 +114,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, assign) GroupType groupType;
///
@property (nonatomic,strong) NSArray<UserGiftWallInfoModel *> *userGiftWall;
///是否防被踢
@property (nonatomic, assign) BOOL preventKick;
@end
NS_ASSUME_NONNULL_END