基本完成 #64 功能
1. 移除旧游戏入口,增加新游戏入口 2. GameMenuView 增加同时支持玩法和小游戏 3. 增加房间类型的判断 4. 补充提示文本,部份未作多语言化,需要核对 优化: 1. 修正部分不正确的单词 2. 优化部份 API 的调用时机
This commit is contained in:
@@ -28,6 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
- (RoomInfoModel*)getRoomInfo;
|
||||
- (UserInfoModel*)getUserInfo;
|
||||
- (BOOL)isManagerOrOwner;
|
||||
- (void)exitRoom;
|
||||
- (void)miniRoom;
|
||||
- (UINavigationController *)getCurrentNav;
|
||||
@@ -40,7 +41,13 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
-(BOOL)getIsMiniEnter;
|
||||
///屏蔽
|
||||
-(void)requesstShieldingAction;
|
||||
-(NSMutableArray *)getPlayList;;
|
||||
|
||||
///获取活动列表
|
||||
-(NSMutableArray *)getPlayList;
|
||||
|
||||
///获取小游戏列表
|
||||
-(NSMutableArray *)getLittleGameList;
|
||||
|
||||
-(NSInteger)getPublicScreenType;
|
||||
@end
|
||||
|
||||
|
Reference in New Issue
Block a user