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