修复了星座礼物 关闭可以根据后台返回

This commit is contained in:
fengshuo
2023-01-06 14:07:30 +08:00
parent 375e93f79d
commit 5d78d6edb1
2 changed files with 16 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,strong) AdvertiseModel *splashVo;
///官方消息Uid列表
@property (nonatomic, strong) NSArray<NSString *> *officialMsgUids;
///星座礼物顶部是否开启
@property (nonatomic,assign) BOOL twelveStarSwitch;
@end