mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Proposed version 1
This commit is contained in:
@@ -11,9 +11,8 @@
|
||||
|
||||
@protocol ASCollectionViewLayoutFacilitatorProtocol <NSObject>
|
||||
|
||||
- (void)collectionViewInsertingCellAtIndexPaths:(NSArray *)indexPaths;
|
||||
- (void)collectionViewInsertingSectionsAtIndexSet:(NSIndexSet *)indexes;
|
||||
- (void)collectionViewDeletingSectionsAtIndexSet:(NSIndexSet *)indexes;
|
||||
- (void)collectionViewEditingCellsAtIndexPaths:(NSArray *)indexPaths;
|
||||
- (void)collectionViewEditingSectionsAtIndexSet:(NSIndexSet *)indexes;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user