add comment
This commit is contained in:
parent
fcc21ebf28
commit
a96427b793
@ -12,6 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UIFont (FontWrapping)
|
||||
|
||||
///if using mva3.0 font, should call this method to update font size. When size is bigger than 15 pt, using DS font family. Otherwise using TX font family
|
||||
- (UIFont *)updateFontSize:(CGFloat)size;
|
||||
|
||||
@end
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
} else {
|
||||
return [self fontWithSize:size];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user