import ASTextNode+Beta.h

This commit is contained in:
Luke Zhao 2016-01-25 19:44:24 -08:00
parent f37c805b72
commit 70be4c96ba
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
//
@interface ASDisplayNode (Beta)
@interface ASTextNode ()
/**
@abstract The minimum scale that the textnode can apply to fit long words.

View File

@ -7,6 +7,7 @@
*/
#import "ASTextNode.h"
#import "ASTextNode+Beta.h"
#import <AsyncDisplayKit/_ASDisplayLayer.h>
#import <AsyncDisplayKit/ASAssert.h>