display_room_avatars

-> display the room avatars in the chat room
This commit is contained in:
yannick
2015-12-04 14:28:15 +01:00
parent fa0cb4001b
commit eb371f7d8e
6 changed files with 35 additions and 9 deletions
+3 -1
View File
@@ -16,7 +16,9 @@
#import <MatrixKit/MatrixKit.h>
@interface RoomViewController : MXKRoomViewController
#import "MXKRoomBubbleTableViewCell.h"
@interface RoomViewController : MXKRoomViewController<MXKRoomBubbleTableViewCellDelegate>
@end