Swiftgram/AsyncDisplayKit/ASTextNode+Beta.h
2016-01-25 19:59:16 -08:00

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