mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
add ASTextKitFontSizeAdjuster
This commit is contained in:
19
AsyncDisplayKit/TextKit/ASTextKitFontSizeAdjuster.h
Normal file
19
AsyncDisplayKit/TextKit/ASTextKitFontSizeAdjuster.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ASTextKitFontSizeAdjuster.h
|
||||
// AsyncDisplayKit
|
||||
//
|
||||
// Created by Luke on 1/20/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ASTextKitFontSizeAdjuster : NSObject
|
||||
|
||||
|
||||
- (instancetype)initWithContext:(ASTextKitContext *)context
|
||||
minimumScaleFactor:(CGFloat)minimumScaleFactor
|
||||
constrainedSize:(CGSize)constrainedSize;
|
||||
|
||||
- (void) adjustFontSize;
|
||||
@end
|
||||
Reference in New Issue
Block a user