- //
- // UIImage+Resize.h
- // 01-QQ聊天布局
- //
- // Created by apple on 13-12-3.
- // Copyright (c) 2013年 itcast. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIImage (Resize)
- + (UIImage *)resizedImage:(NSString *)name left:(CGFloat)leftScale top:(CGFloat)topScale;
- + (UIImage *)resizedImage:(NSString *)name;
- @end
|