RoomParticipants: move some code and add comments

This commit is contained in:
giomfo
2015-09-11 13:51:33 +02:00
parent 0e799dd2dc
commit 4a5a7f8023
4 changed files with 100 additions and 159 deletions
@@ -18,6 +18,9 @@
#import "RoomParticipantsViewController.h"
/**
'RoomCreationStep2ViewController' inherits of 'RoomParticipantsViewController' to handle the participants list of the new created room.
*/
@interface RoomCreationStep2ViewController : RoomParticipantsViewController
@property (nonatomic) MXKRoomCreationInputs* roomCreationInputs;