Removing ASCellNode+Internal

This commit is contained in:
Max Gu
2016-02-19 14:56:02 -08:00
parent a834382bcb
commit 53cbd643de
4 changed files with 4 additions and 18 deletions

View File

@@ -9,7 +9,6 @@
#import "ASAssert.h"
#import "ASBatchFetching.h"
#import "ASDelegateProxy.h"
#import "ASCellNode+Internal.h"
#import "ASCollectionNode.h"
#import "ASCollectionDataController.h"
#import "ASCollectionViewLayoutController.h"
@@ -676,7 +675,6 @@ static NSString * const kCellReuseIdentifier = @"_ASCollectionViewCell";
for (_ASCollectionViewCell *collectionCell in _cellsForVisibilityUpdates) {
ASCellNode *node = [collectionCell node];
if (node.shouldMonitorScrollViewDidScroll) {
NSLog(@"Calling _visibleNodeDidScroll");
[node _visibleNodeDidScroll:scrollView withCellFrame: node.frame];
}
}