mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
fix inserting sections bug
This commit is contained in:
@@ -28,7 +28,7 @@ typedef NS_ENUM(NSInteger, ASScrollDirection) {
|
||||
|
||||
- (void)deleteNodesAtIndexPaths:(NSArray *)indexPaths;
|
||||
|
||||
- (void)insertSectionsAtIndexSet:(NSIndexSet *)indexSet;
|
||||
- (void)insertSections:(NSArray *)sections atIndexSet:(NSIndexSet *)indexSet;
|
||||
|
||||
- (void)deleteSectionsAtIndexSet:(NSIndexSet *)indexSet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user