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

@@ -6,7 +6,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "ASCellNode+Internal.h"
#import "ASCellNode.h"
#import "ASInternalHelpers.h"
#import "ASCollectionView.h"
@@ -24,6 +24,7 @@
UIViewController *_viewController;
ASDisplayNode *_viewControllerNode;
}
@property (nonatomic, assign, readwrite) BOOL shouldMonitorScrollViewDidScroll;
@end