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

@@ -85,6 +85,8 @@ typedef NSUInteger ASCellNodeAnimation;
*/
@property (nonatomic, weak) id<ASCellNodeLayoutDelegate> layoutDelegate;
@property (nonatomic, assign, readonly) BOOL shouldMonitorScrollViewDidScroll;
/*
* ASCellNode must forward touch events in order for UITableView and UICollectionView tap handling to work. Overriding
* these methods (e.g. for highlighting) requires the super method be called.