Fix Pinterest Xcode 7.3.1 Analyzer Warnings (#1988)

This commit is contained in:
Hannah Troisi
2016-07-27 08:23:16 -07:00
committed by Adlai Holler
parent aeec0b1a14
commit f5b3a282af
6 changed files with 16 additions and 13 deletions

View File

@@ -120,7 +120,7 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
*/
- (instancetype)initWithViewControllerBlock:(ASDisplayNodeViewControllerBlock)viewControllerBlock didLoadBlock:(nullable ASDisplayNodeDidLoadBlock)didLoadBlock;
- (void)cellNodeVisibilityEvent:(ASCellNodeVisibilityEvent)event inScrollView:(UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame;
- (void)cellNodeVisibilityEvent:(ASCellNodeVisibilityEvent)event inScrollView:(nullable UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame;
@end