年度礼物飘屏

This commit is contained in:
chenguilong
2022-11-26 19:24:46 +08:00
parent 49458c26bc
commit 4c8364bd33
13 changed files with 343 additions and 12 deletions

View File

@@ -41,6 +41,8 @@ typedef NS_ENUM(NSInteger, BroadCastLevel) {
@property (nonatomic,assign) NSInteger roomUid;
///平台id
@property (nonatomic,copy) NSString *roomErbanNo;
///是否年度飘屏
@property (nonatomic, assign) BOOL ceremonyGift;
@end
NS_ASSUME_NONNULL_END