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