Revert "Route setDelegate: to setAsyncDelegate: (#3007)" (#3023)

This reverts commit 5c8818d107.
This commit is contained in:
Adlai Holler
2017-02-13 10:38:19 -08:00
committed by GitHub
parent ec59c3161a
commit 0badff651a
5 changed files with 17 additions and 16 deletions

View File

@@ -69,9 +69,6 @@ NS_ASSUME_NONNULL_BEGIN
@interface ASTableView (Deprecated)
@property (nonatomic, weak) id<UITableViewDelegate> delegate ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode.delegate instead. If you REALLY want to use this, cast to UITableView but don't rely on the return value.");
@property (nonatomic, weak) id<UITableViewDataSource> dataSource ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode.dataSource instead. If you REALLY want to use this, cast to UITableView but don't rely on the return value.");
@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.");