Remove unused initializer in ASTableNode (#3268)

This commit is contained in:
Huy Nguyen 2017-04-14 00:11:32 +01:00 committed by Adlai Holler
parent c325ae2cb5
commit c642771e1c
2 changed files with 2 additions and 6 deletions

View File

@ -64,10 +64,6 @@
@property (nonatomic, strong) _ASTablePendingState *pendingState;
@end
@interface ASTableView ()
- (instancetype)_initWithFrame:(CGRect)frame style:(UITableViewStyle)style dataControllerClass:(Class)dataControllerClass;
@end
@implementation ASTableNode
#pragma mark Lifecycle