mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 13:19:16 +00:00
Merge pull request #1113 from lkzhao/ASTextKitFontSizeAdjuster
[ASTextNode] Fix test build for font size adjuster
This commit is contained in:
commit
fb60acbecc
@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
|
||||
@interface ASDisplayNode (Beta)
|
||||
@interface ASTextNode ()
|
||||
|
||||
/**
|
||||
@abstract The minimum scale that the textnode can apply to fit long words.
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "ASTextNode.h"
|
||||
#import "ASTextNode+Beta.h"
|
||||
|
||||
#import <AsyncDisplayKit/_ASDisplayLayer.h>
|
||||
#import <AsyncDisplayKit/ASAssert.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user