UIFont+LIVE.h
336 Bytes
//
// UIFont+LIVE.h
// yohoLive
//
// Created by jhsonzhi on 16/8/9.
// Copyright © 2016年 NewPower. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIFont (LIVE)
+ (UIFont *)fontOfLightWithSize:(CGFloat)fontSize;
+ (UIFont *)fontOfBoldWithSize:(CGFloat)fontSize;
+ (UIFont *)fontOfSCWithSize:(CGFloat)fontSize;
@end