UIImage+fixOrientation.h 264 B

12345678910111213
  1. //
  2. // UIImage+fixOrientation.h
  3. // testCamera
  4. //
  5. // Created by Ray on 17/05/2017.
  6. // Copyright © 2017 R&J. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface UIImage (fixOrientation)
  11. - (UIImage *)fixOrientation;
  12. @end