贵族主页UI及接口
This commit is contained in:
@@ -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
|
||||
|
23
xplan-ios/Base/MVP/Model/UserVipInfoVo.h
Normal file
23
xplan-ios/Base/MVP/Model/UserVipInfoVo.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// UserVipInfoVo.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by GreenLand on 2022/1/4.
|
||||
// 贵族信息
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UserVipInfoVo : NSObject
|
||||
|
||||
///贵族图标
|
||||
@property (nonatomic, copy) NSString *vipIcon;
|
||||
///贵族等级
|
||||
@property (nonatomic, assign) NSInteger vipLevel;
|
||||
//用户好友昵称颜色
|
||||
@property (nonatomic, copy) NSString *friendNickColour;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
12
xplan-ios/Base/MVP/Model/UserVipInfoVo.m
Normal file
12
xplan-ios/Base/MVP/Model/UserVipInfoVo.m
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// UserVipInfoVo.m
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by GreenLand on 2022/1/4.
|
||||
//
|
||||
|
||||
#import "UserVipInfoVo.h"
|
||||
|
||||
@implementation UserVipInfoVo
|
||||
|
||||
@end
|
Reference in New Issue
Block a user