KKMosaicView.h 331 B

123456789101112131415161718
  1. //
  2. // KKMasaicView.h
  3. // WWImageEdit
  4. //
  5. // Created by 邬维 on 2017/1/11.
  6. // Copyright © 2017年 kook. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KKMosaicView : UIView
  10. //马赛克图片
  11. @property (nonatomic, strong) UIImage *image;
  12. //涂层图片.
  13. @property (nonatomic, strong) UIImage *surfaceImage;
  14. @end