mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Expose completed nodes array by kind
This commit is contained in:
committed by
Levi McCallum
parent
aa1842e484
commit
e4f274aebb
@@ -80,7 +80,7 @@
|
||||
- (ASDisplayNode *)supplementaryNodeOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
ASDisplayNodeAssertMainThread();
|
||||
return [self internalCompletedNodes][kind][indexPath.section][indexPath.item];
|
||||
return [self completedNodesOfKind:kind][indexPath.section][indexPath.item];
|
||||
}
|
||||
|
||||
- (id<ASCollectionDataControllerSource>)collectionDataSource
|
||||
|
||||
Reference in New Issue
Block a user