猎豆优选

ZLEditImageView.h 346B

123456789101112131415161718192021
  1. //
  2. // ZLBrushBoardImageView.h
  3. // ZLPhotoBrowser
  4. //
  5. // Created by long on 2018/5/9.
  6. // Copyright © 2018年 long. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ZLEditImageView : UIImageView
  10. @property (nonatomic, strong) UIColor *drawColor;
  11. @property (nonatomic, assign) BOOL drawEnable;
  12. - (void)rotate;
  13. - (void)revoke;
  14. @end