mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[Layout] Rename ASLayoutable to ASLayoutElement (#2290)
* [Layout API] Rename ASLayoutable to ASLayoutElement * arg * fix wrapperWithLayoutElement * [Layout API] Rename ASLayoutable to ASLayoutElement * arg * address Michael's comments * Remove ASLayoutValidation files that were deleted on master since this diff was created.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@protocol ASLayoutableAsciiArtProtocol <NSObject>
|
||||
@protocol ASLayoutElementAsciiArtProtocol <NSObject>
|
||||
/**
|
||||
* Returns an ascii-art representation of this object and its children.
|
||||
* For example, an ASInsetSpec may return something like this:
|
||||
|
||||
Reference in New Issue
Block a user