Move debugName into it’s own protocol out of the ASLayoutElement protocol (#2994)

This commit is contained in:
Michael Schneider
2017-02-06 20:02:21 -08:00
committed by Adlai Holler
parent aedac5c299
commit 7e4bf953b1
4 changed files with 14 additions and 7 deletions

View File

@@ -89,11 +89,6 @@ ASDISPLAYNODE_EXTERN_C_END
*/
- (nullable NSArray<id<ASLayoutElement>> *)sublayoutElements;
/**
* @abstract Optional name that is printed by ascii art string and displayed in description.
*/
@property (nullable, nonatomic, copy) NSString *debugName;
#pragma mark - Calculate layout
/**