贵族主页UI及接口

This commit is contained in:
chenguilong
2022-01-04 20:46:01 +08:00
committed by fengshuo
parent 02e2da228f
commit 35896f6a7e
44 changed files with 1654 additions and 175 deletions

View File

@@ -9,6 +9,7 @@
#import "UserExpand.h"
#import "UserLevelVo.h"
#import "UserInfoSkillVo.h"
#import "UserVipInfoVo.h"
#import "UserPhoto.h"
#import "XPEnum.h"
NS_ASSUME_NONNULL_BEGIN
@@ -79,6 +80,9 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign) BOOL hasSelectUser;
///所选择的麦序
@property (nonatomic,assign) int selectMicPosition;
///贵族信息
@property (nonatomic, strong) UserVipInfoVo *userVipInfoVO;
@end
NS_ASSUME_NONNULL_END