房间内的数据提交

This commit is contained in:
linyudan
2023-12-14 16:53:04 -08:00
parent 3472e7c800
commit d983053f29
14 changed files with 355 additions and 49 deletions

View File

@@ -146,6 +146,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic , copy) NSString * roomPwd;
@property (nonatomic , copy) NSString * roomDesc;
@property (nonatomic , assign) NSInteger uid;
///清除公屏的时间(用于拉取此时间后的公屏消息)
@property (nonatomic , assign) double clearScreenTime;
@end
NS_ASSUME_NONNULL_END