进入房间请求接口完善逻辑

This commit is contained in:
fengshuo
2021-10-19 18:30:03 +08:00
parent 9327830ad9
commit 92883d25d4
15 changed files with 276 additions and 146 deletions

View File

@@ -58,6 +58,8 @@ typedef NS_ENUM(NSInteger, RoomType) {
@property (nonatomic , assign) NSInteger closeScreenFlag;
@property (nonatomic , assign) NSInteger operatorStatus;
@property (nonatomic , assign) BOOL isRoomFans;
///房间密码
@property(nonatomic, copy) NSString *roomPwd;
@end
NS_ASSUME_NONNULL_END