Put all ascii box methods into a Debugging category.

This commit is contained in:
rcancro
2015-10-19 08:32:14 -07:00
parent 3b983c5a50
commit f164b97700
8 changed files with 39 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ typedef void (^ASDisplayNodeDidLoadBlock)(ASDisplayNode *node);
*
*/
@interface ASDisplayNode : ASDealloc2MainObject <ASLayoutable, ASLayoutableAsciiArtProtocol>
@interface ASDisplayNode : ASDealloc2MainObject <ASLayoutable>
/** @name Initializing a node object */
@@ -659,6 +659,9 @@ typedef void (^ASDisplayNodeDidLoadBlock)(ASDisplayNode *node);
- (void)addSubnode:(ASDisplayNode *)node;
@end
@interface ASDisplayNode (Debugging) <ASLayoutableAsciiArtProtocol>
@end
@interface ASDisplayNode (Deprecated)
- (void)reclaimMemory ASDISPLAYNODE_DEPRECATED;