mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Re-declare the default init method in ASEditableTextNode's header
This commit is contained in:
@@ -20,7 +20,14 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@interface ASEditableTextNode : ASDisplayNode
|
||||
|
||||
/**
|
||||
* @abstract Initializes a editable text node with a provided TextKit stack.
|
||||
* @abstract Initializes an editable text node using default TextKit components.
|
||||
*
|
||||
* @returns An initialized ASEditableTextNode.
|
||||
*/
|
||||
- (instancetype)init;
|
||||
|
||||
/**
|
||||
* @abstract Initializes an editable text node using the provided TextKit components.
|
||||
*
|
||||
* @param textKitComponents The TextKit stack used to render text.
|
||||
* @param placeholderTextKitComponents The TextKit stack used to render placeholder text.
|
||||
|
||||
Reference in New Issue
Block a user