mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 12:49:02 +00:00
Fix build errors from bad merge
This commit is contained in:
parent
d76544420b
commit
4c6585d3b3
@ -437,11 +437,6 @@ static BOOL _isInterceptedSelector(SEL sel)
|
|||||||
[_dataController moveRowAtIndexPath:indexPath toIndexPath:newIndexPath withAnimationOptions:kASCollectionViewAnimationNone];
|
[_dataController moveRowAtIndexPath:indexPath toIndexPath:newIndexPath withAnimationOptions:kASCollectionViewAnimationNone];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (ASCellNode *)nodeForItemAtIndexPath:(NSIndexPath *)indexPath
|
|
||||||
{
|
|
||||||
return [_dataController nodeAtIndexPath:indexPath];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (NSString *)__reuseIdentifierForKind:(NSString *)kind
|
- (NSString *)__reuseIdentifierForKind:(NSString *)kind
|
||||||
{
|
{
|
||||||
return [NSString stringWithFormat:@"_ASCollectionSupplementaryView_%@", kind];
|
return [NSString stringWithFormat:@"_ASCollectionSupplementaryView_%@", kind];
|
||||||
@ -700,7 +695,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
|||||||
|
|
||||||
- (NSUInteger)dataController:(ASCollectionDataController *)dataController numberOfSectionsForSupplementaryKind:(NSString *)kind;
|
- (NSUInteger)dataController:(ASCollectionDataController *)dataController numberOfSectionsForSupplementaryKind:(NSString *)kind;
|
||||||
{
|
{
|
||||||
return [self.layoutDelegate collectionView:self numerOfSectionsForSupplementaryKind:kind];
|
return [self.layoutDelegate collectionView:self numberOfSectionsForSupplementaryKind:kind];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSUInteger)numberOfSectionsInDataController:(ASDataController *)dataController {
|
- (NSUInteger)numberOfSectionsInDataController:(ASDataController *)dataController {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user