猎豆优选

ZLBrushBoardImageView.h 336B

1234567891011121314151617181920
  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 ZLBrushBoardImageView : UIImageView
  10. @property (nonatomic, strong) UIColor *drawColor;
  11. @property (nonatomic, assign) BOOL drawEnable;
  12. - (void)revoke;
  13. @end