add comment

This commit is contained in:
Xinlei(Ryan) Pan 2020-02-26 13:36:20 -05:00
parent fcc21ebf28
commit a96427b793
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -21,7 +21,6 @@
} else {
return [self fontWithSize:size];
}
}
@end