猎豆优选

ZLEditViewController.h 347B

12345678910111213141516171819
  1. //
  2. // ZLEditViewController.h
  3. // ZLPhotoBrowser
  4. //
  5. // Created by long on 2017/6/23.
  6. // Copyright © 2017年 long. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class ZLPhotoModel;
  10. @interface ZLEditViewController : UIViewController
  11. @property (nonatomic, strong) UIImage *oriImage;
  12. @property (nonatomic, strong) ZLPhotoModel *model;
  13. @end