// // UIImage+fixOrientation.h // OfficeTools // // Created by wangxinxu on 2016/10/9. // Copyright © 2016年 wangxinxu. All rights reserved. // #import @interface UIImage (fixOrientation) - (UIImage *)fixOrientation; @end