mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 05:02:56 +00:00
18 lines
336 B
Objective-C
18 lines
336 B
Objective-C
//
|
|
// ASTextNode+Beta.h
|
|
// AsyncDisplayKit
|
|
//
|
|
// Created by Luke on 1/25/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
|
|
@interface ASTextNode ()
|
|
|
|
/**
|
|
@abstract The minimum scale that the textnode can apply to fit long words.
|
|
@default 0 (No scaling)
|
|
*/
|
|
@property (nonatomic, assign) CGFloat minimumScaleFactor;
|
|
|
|
@end |