mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge branch 'master' into update-objc
Conflicts: AsyncDisplayKit/Private/ASDisplayNode+FrameworkPrivate.h
This commit is contained in:
@@ -24,6 +24,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
typedef UIView * _Nonnull(^ASDisplayNodeViewBlock)();
|
||||
|
||||
/**
|
||||
* UIView creation block. Used to create the backing view of a new display node.
|
||||
*/
|
||||
typedef UIViewController *(^ASDisplayNodeViewControllerBlock)();
|
||||
|
||||
/**
|
||||
* CALayer creation block. Used to create the backing layer of a new display node.
|
||||
*/
|
||||
@@ -687,7 +692,6 @@ typedef NS_OPTIONS(NSUInteger, ASInterfaceState)
|
||||
* @param node The node to be added.
|
||||
*/
|
||||
- (void)addSubnode:(ASDisplayNode *)node;
|
||||
- (NSString *)name;
|
||||
@end
|
||||
|
||||
/** CALayer(AsyncDisplayKit) defines convenience method for adding sub-ASDisplayNode to a CALayer. */
|
||||
@@ -698,7 +702,6 @@ typedef NS_OPTIONS(NSUInteger, ASInterfaceState)
|
||||
* @param node The node to be added.
|
||||
*/
|
||||
- (void)addSubnode:(ASDisplayNode *)node;
|
||||
- (NSString *)name;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user