UIFont+Custom.h 287 Bytes
//
//  UIFont+Custom.h
//  SAO
//
//  Created by Xummer on 14-3-20.
//  Copyright (c) 2014年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIFont (Custom)

+ (UIFont *)customFontOfSize:(CGFloat)fontSize;

+ (UIFont *)boldCustomFontOfSize:(CGFloat)fontSize;

@end