Add Room participants view controller

This commit is contained in:
giomfo
2015-09-10 12:09:23 +02:00
parent 9076672ea2
commit 89921f8f58
8 changed files with 623 additions and 468 deletions
@@ -16,7 +16,9 @@
#import <MatrixKit/MatrixKit.h>
@interface RoomCreationStep2ViewController : MXKTableViewController <UISearchBarDelegate>
#import "RoomParticipantsViewController.h"
@interface RoomCreationStep2ViewController : RoomParticipantsViewController
@property (nonatomic) MXKRoomCreationInputs* roomCreationInputs;