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