[ASDisplayNode] Add REQUIRES_SUPER to a few ASDisplayNode+Subclasses.h methods that do require it.

This commit is contained in:
Scott Goodson
2016-03-10 20:55:01 -08:00
parent 6bd4a7507b
commit e3dde87bfd
2 changed files with 8 additions and 10 deletions

View File

@@ -181,11 +181,9 @@
[(_ASDisplayView *)self.view __forwardTouchesCancelled:touches withEvent:event];
}
- (void)cellNodeVisibilityEvent:(ASCellNodeVisibilityEvent)event
inScrollView:(UIScrollView *)scrollView
withCellFrame:(CGRect)cellFrame
- (void)cellNodeVisibilityEvent:(ASCellNodeVisibilityEvent)event inScrollView:(UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame
{
// To be overriden by subclasses
// To be overriden by subclasses
}
- (void)visibilityDidChange:(BOOL)isVisible