英文适配
This commit is contained in:
@@ -15,7 +15,7 @@ typedef NS_ENUM(NSUInteger, GiftType) {
|
||||
GiftType_Game = 2, // 游戏轰趴礼物
|
||||
GiftType_Lucky = 3, // 福袋礼物
|
||||
GiftType_LuckyPool = 5, //福袋奖池礼物
|
||||
GiftType_Noble = 7, // 贵族礼物
|
||||
GiftType_Noble = 7, // VIP礼物
|
||||
GiftType_WeekStar = 8, //周星礼物
|
||||
GiftType_Graffiti = 10, //涂鸦礼物
|
||||
GiftType_Anchor = 11, //个播礼物
|
||||
@@ -109,7 +109,7 @@ typedef NS_ENUM(NSUInteger, RoomSendGiftType) {
|
||||
@property (nonatomic,assign) BOOL isSelected;//是否被选中
|
||||
///礼物来源
|
||||
@property (nonatomic,assign) GiftSourceType sourceType;
|
||||
///贵族礼物专属信息
|
||||
///VIP礼物专属信息
|
||||
@property (nonatomic, strong) GiftNobleInfoModel *giftVipInfo;
|
||||
|
||||
/*----------周星礼物--------*/
|
||||
|
@@ -11,11 +11,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GiftNobleInfoModel : PIBaseModel
|
||||
|
||||
///贵族图标
|
||||
///VIP图标
|
||||
@property (nonatomic, copy)NSString *vipIcon;
|
||||
///可用贵族等级
|
||||
///可用VIP等级
|
||||
@property (nonatomic, assign) NSInteger vipLevel;
|
||||
///贵族名称
|
||||
///VIP名称
|
||||
@property (nonatomic, copy) NSString *vipName;
|
||||
|
||||
@end
|
||||
|
Reference in New Issue
Block a user