房间内私聊

This commit is contained in:
fengshuo
2022-05-29 19:07:08 +08:00
parent ba5bcb4242
commit 7b097735c6
28 changed files with 588 additions and 37 deletions

View File

@@ -26,6 +26,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign) BOOL isLike;
///代理
@property (nonatomic,weak) id<SessionNavViewDelegate> delegate;
///是否在房间中
@property (nonatomic,assign) BOOL isInRoom;
@end
NS_ASSUME_NONNULL_END