完成礼物功能
This commit is contained in:
@@ -45,6 +45,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 当前钱包余额
|
||||
@property (nonatomic,strong)NSString *user_wallet_coin;
|
||||
/// 当前礼物所在标签 (只针对热度卡)
|
||||
@property (nonatomic,strong)NSString *label;
|
||||
|
||||
@property (nonatomic,assign)BOOL isSelected;
|
||||
@end
|
||||
|
||||
@@ -88,6 +88,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSString *start_time;
|
||||
/// 酒吧房撩人所需金币数
|
||||
@property (nonatomic,strong)NSString *end_time;
|
||||
/// 房间密码
|
||||
@property (nonatomic,strong)NSString *room_password;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user