mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-01-12 22:44:08 +08:00
Fix ASAbsoluteLayoutSpec creation children protocol (#2357)
This commit is contained in:
committed by
Adlai Holler
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user