// // ASCellNode+Internal.h // Pods // // Created by Max Gu on 2/19/16. // // #import "ASCellNode.h" @interface ASCellNode (Internal) @property (nonatomic, assign) BOOL shouldObserveVisibility; @end