粉丝团开通特权弹窗

This commit is contained in:
chenguilong
2022-04-07 15:02:22 +08:00
parent 3df8f50081
commit a1cbfcc2af
38 changed files with 964 additions and 21 deletions

View File

@@ -126,6 +126,10 @@ typedef NS_ENUM(NSInteger, RoomDatingStateChangeType) {
@property (nonatomic, assign) int64_t mgId;
///小游戏名称
@property (nonatomic, copy) NSString *mgName;
///是否开通了粉丝团(本地字段)
@property (nonatomic, assign) BOOL hadOpenAnchorFans;
///开通粉丝团红点(本地字段)
@property (nonatomic, assign) BOOL anchorFansRedDot;
@end
NS_ASSUME_NONNULL_END