// // UIFont+Custom.h // SAO // // Created by Xummer on 14-3-20. // Copyright (c) 2014年 Xummer. All rights reserved. // #import @interface UIFont (Custom) + (UIFont *)customFontOfSize:(CGFloat)fontSize; + (UIFont *)boldCustomFontOfSize:(CGFloat)fontSize; @end