进入房间请求接口完善逻辑
This commit is contained in:
@@ -8,12 +8,30 @@
|
||||
#import "MvpViewController.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class RoomInfoModel;
|
||||
@class XPRoomBackContainerView,XPRoomInfoContainerView,XPRoomMessageContainerView,XPRoomMenuContainerView,XPRoomActivityContainerView, XPRoomPositionContainView, RoomInfoModel;
|
||||
@interface XPRoomViewController : MvpViewController
|
||||
|
||||
///房间信息
|
||||
@property (nonatomic,strong) RoomInfoModel *roomInfo;
|
||||
///房间的Uid
|
||||
@property (nonatomic,copy) NSString * roomUid;
|
||||
|
||||
///背景
|
||||
@property (nonatomic,strong, readonly) XPRoomBackContainerView *backContainerView;
|
||||
///房间信息
|
||||
@property (nonatomic,strong, readonly) XPRoomInfoContainerView *roomInfoContainerView;
|
||||
///坑位信息
|
||||
@property (nonatomic,strong, readonly) XPRoomPositionContainView *positionContainerView;
|
||||
///公屏
|
||||
@property (nonatomic,strong, readonly) XPRoomMessageContainerView *messageContainerView;
|
||||
///底部操作栏
|
||||
@property (nonatomic,strong, readonly) XPRoomMenuContainerView *menuContainerView;
|
||||
///活动
|
||||
@property (nonatomic,strong, readonly) XPRoomActivityContainerView *activityContainerView;
|
||||
///房间信息
|
||||
@property (nonatomic,strong, readonly) RoomInfoModel *roomInfo;
|
||||
|
||||
|
||||
///dismissVC
|
||||
- (void)disMissRoomVC;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
Reference in New Issue
Block a user