个人中心添加家族

This commit is contained in:
fengshuo
2022-04-14 22:02:15 +08:00
parent a7385710ed
commit 3654a52e2e
40 changed files with 2159 additions and 218 deletions

View File

@@ -11,6 +11,7 @@
#import "UserInfoSkillVo.h"
#import "UserVipInfoVo.h"
#import "UserPhoto.h"
#import "UserGiftWallInfoModel.h"
#import "XPEnum.h"
NS_ASSUME_NONNULL_BEGIN
@@ -109,6 +110,10 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - 小游戏
/// 小游戏状态 0 未加入游戏1 加入游戏未准备2 加入游戏已准备 3 游戏中
@property (nonatomic, assign) LittleGamePlayStatus gameStatus;
///用户的参加PK的类型
@property (nonatomic, assign) GroupType groupType;
///
@property (nonatomic,strong) NSArray<UserGiftWallInfoModel *> *userGiftWall;
@end
NS_ASSUME_NONNULL_END