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
@@ -16,6 +16,11 @@
#import <MatrixKit/MatrixKit.h>
/**
'RoomParticipantsViewController' instance is used to edit members of the room defined by the property 'mxRoom'.
When this property is nil, the view controller is able to handle a list of participants without room reference (see inherited class 'RoomCreationStep2ViewController').
*/
@interface RoomParticipantsViewController : MXKTableViewController <UISearchBarDelegate>
{
@protected
@@ -43,11 +48,12 @@
}
/**
A matrix room (nil by default)
A matrix room (nil by default).
*/
@property (nonatomic) MXRoom *mxRoom;
/**
Tell whether a search session is in progress
*/
@property (nonatomic) BOOL isAddParticipantSearchBarEditing;