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
2 changed files with 2 additions and 1 deletions

View File

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