mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Modify ASTableNode initializer
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
@interface ASTableNode : ASDisplayNode
|
||||
|
||||
- (instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style asyncDataFetching:(BOOL)asyncDataFetchingEnabled NS_DESIGNATED_INITIALIZER;
|
||||
- (instancetype)initWithStyle:(UITableViewStyle)style NS_DESIGNATED_INITIALIZER;
|
||||
|
||||
@property (nonatomic, readonly) ASTableView *view;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user