mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[Layout] Rename ASStackLayoutable to ASStackLayoutElement (#2322)
* redo all renaming, push new branch * rename a few missed occurances of static
This commit is contained in:
@@ -20,9 +20,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@interface ASAbsoluteLayoutSpec : ASLayoutSpec
|
||||
|
||||
/**
|
||||
@param children Children to be positioned at fixed positions, each conforms to ASAbsoluteLayoutable
|
||||
@param children Children to be positioned at fixed positions, each conforms to ASAbsoluteLayoutElement
|
||||
*/
|
||||
+ (instancetype)absoluteLayoutSpecWithChildren:(NSArray<id<ASAbsoluteLayoutable>> *)children;
|
||||
+ (instancetype)absoluteLayoutSpecWithChildren:(NSArray<id<ASAbsoluteLayoutElement>> *)children;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user