mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fixed asciiArtString. (#2523)
This commit is contained in:
@@ -100,19 +100,6 @@
|
||||
|
||||
@end
|
||||
|
||||
|
||||
#pragma mark - Debugging
|
||||
|
||||
@implementation ASAbsoluteLayoutSpec (Debugging)
|
||||
|
||||
- (NSString *)debugBoxString
|
||||
{
|
||||
return [ASLayoutSpec asciiArtStringForChildren:self.children parentName:[self asciiArtName]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
#pragma mark - ASStaticLayoutSpec
|
||||
|
||||
@implementation ASStaticLayoutSpec : ASAbsoluteLayoutSpec
|
||||
|
||||
Reference in New Issue
Block a user