UIImage+Rotation.h 334 Bytes
Newer Older
ZCJ's avatar
ZCJ committed
1 2 3 4
//
//  UIImage+Rotation.h
//  PerfectImageCropper
//
ZCJ's avatar
ZCJ committed
5 6
//  Created by mac on 16/5/12.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
ZCJ's avatar
ZCJ committed
7 8 9 10 11 12 13 14 15 16
//

#import <UIKit/UIKit.h>

@interface UIImage (Rotation)

- (UIImage *)imageRotatedByRadians:(CGFloat)radians;
- (UIImage *)imageRotatedByDegrees:(CGFloat)degrees;

@end