猎豆优选

UIImage+ZLPhotoBrowser.h 260B

12345678910111213141516
  1. //
  2. // UIImage+ZLPhotoBrowser.h
  3. // ZLPhotoBrowser
  4. //
  5. // Created by long on 2017/12/23.
  6. // Copyright © 2017年 long. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (ZLPhotoBrowser)
  10. - (UIImage*)rotate:(UIImageOrientation)orient;
  11. @end