Room preview: Show members count

This commit is contained in:
manuroe
2016-04-19 17:46:33 +02:00
parent 06b9470e43
commit 8021482056
4 changed files with 45 additions and 13 deletions
+7 -1
View File
@@ -49,7 +49,13 @@
*/
@property (nonatomic, readonly) NSString *roomName;
@property (nonatomic, readonly) NSString *roomAvatarUrl;
@property (nonatomic, readonly) NSString *roomTopic;
/**
A snapshot of the room state.
Note: This ivar may be replaced by a RoomDataSource ivar when the room preview will be
fully implemented.
*/
@property (nonatomic, readonly) MXRoomState *roomState;
/**
Contructors.