recents_category_drag_drop

fix a refresh issue.
This commit is contained in:
yannick
2015-12-11 15:30:26 +01:00
parent 922607d521
commit 26fe1ba0ba
3 changed files with 52 additions and 33 deletions
+1 -1
View File
@@ -56,6 +56,6 @@
Move a cell from a path to another one.
It is based on room Tag.
*/
- (void)moveCellFrom:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath;
- (void)moveCellFrom:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath success:(void (^)())moveSuccess failure:(void (^)(NSError *error))moveFailure;
@end