mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix nullability of ASDisplayNode.name
This commit is contained in:
@@ -113,7 +113,7 @@ typedef void (^ASDisplayNodeDidLoadBlock)(ASDisplayNode *node);
|
|||||||
/**
|
/**
|
||||||
* @abstract The name of this node, which will be displayed in `description`. The default value is nil.
|
* @abstract The name of this node, which will be displayed in `description`. The default value is nil.
|
||||||
*/
|
*/
|
||||||
@property (atomic, copy) NSString *name;
|
@property (nullable, atomic, copy) NSString *name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @abstract Returns whether the node is synchronous.
|
* @abstract Returns whether the node is synchronous.
|
||||||
|
|||||||
Reference in New Issue
Block a user