mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Merge latest master and update Layout headers
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
#import <AsyncDisplayKit/ASLayoutSpec.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/**
|
||||
A layout spec that wraps another layoutable child, applying insets around it.
|
||||
|
||||
@@ -33,8 +35,10 @@
|
||||
|
||||
/**
|
||||
@param insets The amount of space to inset on each side.
|
||||
@param child The wrapped child to inset. If nil, this method returns nil.
|
||||
@param child The wrapped child to inset.
|
||||
*/
|
||||
+ (instancetype)insetLayoutSpecWithInsets:(UIEdgeInsets)insets child:(id<ASLayoutable>)child;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user