Merge pull request #1113 from lkzhao/ASTextKitFontSizeAdjuster

[ASTextNode] Fix test build for font size adjuster
This commit is contained in:
appleguy 2016-01-25 20:03:01 -08:00
commit fb60acbecc
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. @abstract The minimum scale that the textnode can apply to fit long words.

View File

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