Updates from PR

This commit is contained in:
Adlai Holler
2015-09-22 13:16:59 -07:00
parent e9f463da73
commit 20c74229a9
2 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,10 @@
@protocol ASEditableTextNodeDelegate;
/// @abstract ASEditableTextNode implements a view-backed node that supports text editing.
/**
@abstract Implements a node that supports text editing.
@discussion Does not support layer backing.
*/
@interface ASEditableTextNode : ASDisplayNode
// @abstract The text node's delegate, which must conform to the <ASEditableTextNodeDelegate> protocol.