mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix appledoc warnings.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
* End updates.
|
||||
*
|
||||
* @param rangeController Sender.
|
||||
*
|
||||
* @param animated NO if all animations are disabled. YES otherwise.
|
||||
* @param completion Completion block.
|
||||
*/
|
||||
- (void)rangeController:(ASRangeController * )rangeController endUpdatesAnimated:(BOOL)animated completion:(void (^)(BOOL))completion;
|
||||
@@ -104,6 +104,8 @@
|
||||
*
|
||||
* @param rangeController Sender.
|
||||
*
|
||||
* @param nodes Inserted nodes.
|
||||
*
|
||||
* @param indexPaths Index path of inserted nodes.
|
||||
*
|
||||
* @param animationOptions Animation options. See ASDataControllerAnimationOptions.
|
||||
@@ -115,6 +117,8 @@
|
||||
*
|
||||
* @param rangeController Sender.
|
||||
*
|
||||
* @param nodes Deleted nodes.
|
||||
*
|
||||
* @param indexPaths Index path of deleted nodes.
|
||||
*
|
||||
* @param animationOptions Animation options. See ASDataControllerAnimationOptions.
|
||||
|
||||
Reference in New Issue
Block a user