mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +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
|
@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
|
@end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user