delete unused module

This commit is contained in:
zu
2021-11-05 17:21:24 +08:00
parent 6bdf8cccf5
commit 0543dfd12c
16 changed files with 0 additions and 695 deletions

View File

@@ -26,13 +26,10 @@
///P
#import "XPRoomPresenter.h"
#import "XPRoomProtocol.h"
#import "XPIMRoomDelegate.h"
#import "RoomHostDelegate.h"
#import "RoomGuestDelegate.h"
#import "XPIMManager.h"
@interface XPRoomViewController ()<XPRoomProtocol, RoomHostDelegate>
///
@property (nonatomic,strong) XPRoomBackContainerView *backContainerView;