mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
recents_category_drag_drop
fix some crashes
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
*/
|
||||
- (BOOL)isDraggableCellAt:(NSIndexPath*)path;
|
||||
|
||||
/**
|
||||
Return true of the cell can be moved from a section to another one.
|
||||
*/
|
||||
- (BOOL)canCellMoveFrom:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath;
|
||||
|
||||
/**
|
||||
Move a cell from a path to another one.
|
||||
It is based on room Tag.
|
||||
|
||||
Reference in New Issue
Block a user