Renamed ASStackText... to ASBaselineStack...

This commit is contained in:
ricky cancro
2015-08-21 08:54:28 -07:00
parent 0a398301b0
commit 023ad89815
8 changed files with 98 additions and 74 deletions

View File

@@ -7,6 +7,7 @@
*/
#import <AsyncDisplayKit/ASControlNode.h>
#import <AsyncDisplayKit/ASBaselineStackLayoutable.h>
@protocol ASTextNodeDelegate;
@@ -30,7 +31,7 @@ typedef NS_ENUM(NSUInteger, ASTextNodeHighlightStyle) {
@abstract Draws interactive rich text.
@discussion Backed by TextKit.
*/
@interface ASTextNode : ASControlNode <ASStackTextLayoutable>
@interface ASTextNode : ASControlNode <ASBaselineStackLayoutable>
/**
@abstract The attributed string to show.