mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
collectionView
This commit is contained in:
@@ -38,9 +38,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// The corresponding table node, or nil if one does not exist.
|
||||
@property (nonatomic, weak, readonly) ASTableNode *tableNode;
|
||||
|
||||
@property (nonatomic, weak) id<ASTableDelegate> asyncDelegate ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode's .delegate property instead.");
|
||||
@property (nonatomic, weak) id<ASTableDataSource> asyncDataSource ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode .dataSource property instead.");
|
||||
|
||||
/**
|
||||
* Retrieves the node for the row at the given index path.
|
||||
*/
|
||||
@@ -66,6 +63,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ASTableView (Deprecated)
|
||||
|
||||
@property (nonatomic, weak) id<ASTableDelegate> asyncDelegate ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode's .delegate property instead.");
|
||||
@property (nonatomic, weak) id<ASTableDataSource> asyncDataSource ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode .dataSource property instead.");
|
||||
|
||||
/**
|
||||
* Initializer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user