remove comments

This commit is contained in:
Suresh, Kamlesh 2019-03-12 14:32:39 -04:00
parent 8f3957f8f3
commit 6a4f0b46ac

View File

@ -41,8 +41,6 @@
// Getters
+ (nonnull MFLabel *)label NS_SWIFT_NAME(commonLabel());
// 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;