display_room_avatars

Update the room avatar management with the updated Matrix Kit
This commit is contained in:
yannick
2015-12-04 16:58:18 +01:00
parent 74de3eeb0f
commit acf8b11322
4 changed files with 16 additions and 23 deletions
+1 -3
View File
@@ -16,9 +16,7 @@
#import <MatrixKit/MatrixKit.h>
#import "MXKRoomBubbleTableViewCell.h"
@interface RoomViewController : MXKRoomViewController<MXKRoomBubbleTableViewCellDelegate>
@interface RoomViewController : MXKRoomViewController
@end