mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 21:29:00 +00:00
Re-declare the default init method in ASEditableTextNode's header
This commit is contained in:
parent
ad9035f3d2
commit
2f42a9ca6c
@ -20,7 +20,14 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
@interface ASEditableTextNode : ASDisplayNode
|
@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 textKitComponents The TextKit stack used to render text.
|
||||||
* @param placeholderTextKitComponents The TextKit stack used to render placeholder text.
|
* @param placeholderTextKitComponents The TextKit stack used to render placeholder text.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user