- //
- // UIImage+fixOrientation.h
- // testCamera
- //
- // Created by Ray on 17/05/2017.
- // Copyright © 2017 R&J. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface UIImage (fixOrientation)
- - (UIImage *)fixOrientation;
- @end
|