mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Stub out ASCollectionDataController subclass
This commit is contained in:
committed by
Levi McCallum
parent
e492770aed
commit
e9eadac4ae
@@ -41,9 +41,9 @@
|
||||
*
|
||||
* @param contentView UIView to add a (sized) node's view to.
|
||||
*
|
||||
* @param node The ASCellNode to be added.
|
||||
* @param node The node to be added. Often an ASCellNode.
|
||||
*/
|
||||
- (void)configureContentView:(UIView *)contentView forCellNode:(ASCellNode *)node;
|
||||
- (void)configureContentView:(UIView *)contentView forNode:(ASDisplayNode *)node;
|
||||
|
||||
/**
|
||||
* Delegate and ultimate data source. Must not be nil.
|
||||
|
||||
Reference in New Issue
Block a user