mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 19:30:29 +00:00
Fix ASAbsoluteLayoutSpec creation children protocol (#2357)
This commit is contained in:
parent
aece8365dd
commit
bb7118a26a
@ -20,9 +20,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@interface ASAbsoluteLayoutSpec : ASLayoutSpec
|
||||
|
||||
/**
|
||||
@param children Children to be positioned at fixed positions, each conforms to ASAbsoluteLayoutElement
|
||||
@param children Children to be positioned at fixed positions
|
||||
*/
|
||||
+ (instancetype)absoluteLayoutSpecWithChildren:(NSArray<id<ASAbsoluteLayoutElement>> *)children AS_WARN_UNUSED_RESULT;
|
||||
+ (instancetype)absoluteLayoutSpecWithChildren:(NSArray<id<ASLayoutElement>> *)children AS_WARN_UNUSED_RESULT;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user