英文适配
This commit is contained in:
@@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,assign) BOOL hasSelectUser;
|
||||
///所选择的麦序
|
||||
@property (nonatomic,assign) int selectMicPosition;
|
||||
///贵族信息
|
||||
///VIP信息
|
||||
@property (nonatomic, strong) UserVipInfoVo *userVipInfoVO;
|
||||
///当前使用的资料卡装扮
|
||||
@property (nonatomic, copy) NSString *userInfoCardPic;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
// YUMI
|
||||
//
|
||||
// Created by YUMI on 2022/1/4.
|
||||
// 贵族信息
|
||||
// VIP信息
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@@ -11,9 +11,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UserVipInfoVo : PIBaseModel
|
||||
|
||||
///贵族图标
|
||||
///VIP图标
|
||||
@property (nonatomic, copy) NSString *vipIcon;
|
||||
///贵族等级
|
||||
///VIP等级
|
||||
@property (nonatomic, assign) NSInteger vipLevel;
|
||||
//用户好友昵称颜色
|
||||
@property (nonatomic, copy) NSString *friendNickColour;
|
||||
@@ -21,9 +21,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign) BOOL preventKick;
|
||||
///是否隐身进房
|
||||
@property (nonatomic, assign) BOOL enterHide;
|
||||
///贵族进房特效
|
||||
///VIP进房特效
|
||||
@property (nonatomic, copy) NSString *enterRoomEffects;
|
||||
///贵族名称
|
||||
///VIP名称
|
||||
@property (nonatomic, copy) NSString *vipName;
|
||||
///隐身访问主页
|
||||
@property (nonatomic,assign) BOOL lookHomepageHide;
|
||||
|
Reference in New Issue
Block a user