room_members_search

remove the session property
This commit is contained in:
yannick
2015-12-21 14:28:18 +01:00
parent a41fc1b5f2
commit 4c5ff18b75
2 changed files with 22 additions and 15 deletions
@@ -42,9 +42,5 @@
// This property is OPTIONAL.
@property (nonatomic) MXRoom* mxRoom;
// The session where this contact is displayed.
// It is MANDATORY.
@property (nonatomic) MXSession* mxSession;
@end