// // ASCellNode+Internal.h // Pods // // Created by Max Gu on 2/19/16. // // #import "ASCellNode.h" @interface ASCellNode (Internal) - (void)_visibleNodeDidScroll:(UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame; @end