mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
RecentsDataSource: Remove InviteRecentTableViewCell dependency
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user