// // RandomCoreGraphicsNode.h // Sample // // Created by Scott Goodson on 9/5/15. // Copyright (c) 2015 Facebook. All rights reserved. // #import @interface RandomCoreGraphicsNode : ASCellNode { ASTextNode *_indexPathTextNode; } @property (nonatomic) NSIndexPath *indexPath; @end