feat: 移除公聊
This commit is contained in:
@@ -80,7 +80,6 @@
|
||||
#import "XPRoomLittleGameContainerView.h"
|
||||
#import "XPUserCardViewController.h"
|
||||
#import "PIRoomEnterRedPacketView.h"
|
||||
#import "MSSessionReleaseHeadlinesView.h"
|
||||
#import "XPIAPRechargeViewController.h"
|
||||
#import "XPCandyTreeInsufficientBalanceView.h"
|
||||
|
||||
@@ -92,7 +91,7 @@ UIKIT_EXTERN NSString * const kFreeGiftCountdownNotification;
|
||||
NSString * const kHadShowAnchorRoomTipKey = @"kHadShowAnchorRoomTipKey";//是否展示过个播房上划用户引导
|
||||
NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出过非自己房间
|
||||
|
||||
@interface XPRoomViewController ()<XPRoomProtocol, RoomHostDelegate, NIMChatroomManagerDelegate, NIMChatManagerDelegate, NIMConversationManagerDelegate, NIMLoginManagerDelegate, XPRoomSettingInputViewDelegate, AnchorRoomScrollViewDelegate, XPFirstRechargeViewDelegate,NIMBroadcastManagerDelegate,XPRoomLittleGameContainerViewDelegate,CountDownHelperDelegate,PIRoomEnterRedPacketViewDelegate,XPReceiveRedPacketViewDelegate,MSSessionReleaseHeadlinesViewDelegate, XPCandyTreeInsufficientBalanceViewDelegate>
|
||||
@interface XPRoomViewController ()<XPRoomProtocol, RoomHostDelegate, NIMChatroomManagerDelegate, NIMChatManagerDelegate, NIMConversationManagerDelegate, NIMLoginManagerDelegate, XPRoomSettingInputViewDelegate, AnchorRoomScrollViewDelegate, XPFirstRechargeViewDelegate,NIMBroadcastManagerDelegate,XPRoomLittleGameContainerViewDelegate,CountDownHelperDelegate,PIRoomEnterRedPacketViewDelegate,XPReceiveRedPacketViewDelegate, XPCandyTreeInsufficientBalanceViewDelegate>
|
||||
{
|
||||
NSTimer * timer;
|
||||
}
|
||||
@@ -369,15 +368,6 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
}
|
||||
}
|
||||
|
||||
-(void)showSendheadlineView:(NSNotification *)not{
|
||||
|
||||
MSSessionReleaseHeadlinesView *releaseView = [[MSSessionReleaseHeadlinesView alloc]initWithFrame:CGRectMake(0, 0, KScreenWidth, KScreenHeight)];
|
||||
releaseView.sendText = not.object;
|
||||
[releaseView loadDataForRoom];
|
||||
releaseView.delegate = self;
|
||||
releaseView.backgroundColor = [UIColor clearColor];
|
||||
[self.view addSubview:releaseView];
|
||||
}
|
||||
- (void)startCheckOnlineCountTimer {
|
||||
@kWeakify(self);
|
||||
timer = [XPWeakTimer scheduledTimerWithTimeInterval:30 block:^(id userInfo) {
|
||||
|
Reference in New Issue
Block a user