add space in method name
This commit is contained in:
parent
629c531d21
commit
e949f6ec2f
@ -347,7 +347,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
|
|||||||
return [MFFonts mfFont75Bd:size];
|
return [MFFonts mfFont75Bd:size];
|
||||||
}
|
}
|
||||||
|
|
||||||
+(nullable UIFont *)font5GMessage:(BOOL)genericScaling {
|
+ (nullable UIFont *)font5GMessage:(BOOL)genericScaling {
|
||||||
CGFloat size = 16;
|
CGFloat size = 16;
|
||||||
if (genericScaling) {
|
if (genericScaling) {
|
||||||
size = [self sizeFontGenericForCurrentDevice:size];
|
size = [self sizeFontGenericForCurrentDevice:size];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user