mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix hook method naming
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
}];
|
||||
}
|
||||
|
||||
- (void)prepareInsertSections:(NSIndexSet *)sections
|
||||
- (void)prepareForInsertSections:(NSIndexSet *)sections
|
||||
{
|
||||
NSArray *elementKinds = [self.collectionDataSource supplementaryNodeKindsInDataController:self];
|
||||
[elementKinds enumerateObjectsUsingBlock:^(NSString *kind, NSUInteger idx, BOOL *stop) {
|
||||
|
||||
Reference in New Issue
Block a user