NSString+LIVE.h
431 Bytes
//
// NSString+LIVE.h
// yohoLive
//
// Created by jhsonzhi on 16/8/9.
// Copyright © 2016年 NewPower. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (LIVE)
// iOS7出了新的计算字符大小的方法,这里封装一下顺便少写一些参数,当然也只能算出一行的
//- (CGFloat)singleLineWidthWithFont:(UIFont *)font;
//- (CGFloat)singleLineHeightWithFont:(UIFont *)font;
@end