ONVIK-12121
This commit is contained in:
parent
e92e87abb2
commit
5cd7797550
@ -38,6 +38,8 @@
|
||||
|
||||
// Getters
|
||||
+ (nonnull MFLabel *)label;
|
||||
// This is for swift files. Swift is not able to find MFLabel.label()
|
||||
+ (nonnull MFLabel *)standardLabel;
|
||||
+ (nonnull MFLabel *)commonLabelBodyWithSize:(CGFloat)size scale:(BOOL)scale;
|
||||
+ (nonnull MFLabel *)commonLabelBodyBold:(BOOL)scale;
|
||||
+ (nonnull MFLabel *)commonLabelBodyLighter:(BOOL)scale;
|
||||
|
||||
@ -65,6 +65,12 @@
|
||||
return label;
|
||||
}
|
||||
|
||||
// This is for swift files. Swift is not able to find MFLabel.label()
|
||||
+ (nonnull MFLabel *)standardLabel {
|
||||
MFLabel *label = [MFLabel label];
|
||||
return label;
|
||||
}
|
||||
|
||||
+ (nonnull MFLabel *)commonLabelB2:(BOOL)scale {
|
||||
MFLabel *label = [MFLabel label];
|
||||
[label styleB2:scale];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user