View UILabelEx.h
#import <UIKit/UIKit.h> | |
@interface UILabelEx : UILabel | |
@property (nonatomic) NSString *overrideFontName; | |
@end |