scott's comments

This commit is contained in:
rcancro
2015-09-15 09:11:19 -07:00
parent 01be5acece
commit 2f3562fa09
7 changed files with 27 additions and 31 deletions

View File

@@ -59,9 +59,8 @@ typedef NS_OPTIONS(NSUInteger, ASDisplayNodeMethodOverrides) {
NSMutableArray *_subnodes;
ASDisplayNodeViewBlock _viewBlock;
ASDisplayNodeViewLoadedBlock _viewLoadedBlock;
ASDisplayNodeLayerBlock _layerBlock;
ASDisplayNodeLayerLoadedBlock _layerLoadedBlock;
ASDisplayNodeDidLoadBlock _nodeLoadedBlock;
Class _viewClass;
Class _layerClass;
UIView *_view;