UILabel+YOHO.h
298 Bytes
//
// UILabel+YOHO.h
// YH_Mall
//
// Created by Haizi on 16/2/23.
// Copyright © 2016年 YOHO. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UILabel (YOHO)
/**
@brief 调整label宽度
@param delta 调整值
@since 3.1
*/
- (void)yh_resizeWidth:(CGFloat)delta;
@end