mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Move debugName into it’s own protocol out of the ASLayoutElement protocol (#2994)
This commit is contained in:
committed by
Adlai Holler
parent
aedac5c299
commit
7e4bf953b1
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user