RecentsDataSource: Remove InviteRecentTableViewCell dependency

This commit is contained in:
giomfo
2016-04-28 16:26:37 +02:00
parent 1b2b5ab475
commit 32b61335fc
11 changed files with 97 additions and 92 deletions
-10
View File
@@ -23,16 +23,6 @@
*/
@interface RecentsDataSource : MXKInterleavedRecentsDataSource
/**
The callback when a room invitation is rejected.
*/
@property (nonatomic, copy) void (^onRoomInvitationReject)(MXRoom*);
/**
The callback when a room invitation is accepted.
*/
@property (nonatomic, copy) void (^onRoomInvitationAccept)(MXRoom*);
/**
There is a pending drag and drop cell.
It defines its path of the source cell.