8 lines
167 B
Objective-C
8 lines
167 B
Objective-C
// Copyright 2018-present 650 Industries. All rights reserved.
|
|
|
|
@protocol UMFontScalerInterface
|
|
|
|
- (UIFont *)scaledFont:(UIFont *)font toSize:(CGFloat)fontSize;
|
|
|
|
@end
|