// // KBScreenshotShareView.h // YouHuiProject // // Created by jcymac on 2018/6/7. // Copyright © 2018年 kuxuan. All rights reserved. // #import typedef void (^BtnBlock)(NSInteger tag); @interface KBScreenshotShareView : UIView @property(nonatomic,strong)UIImageView *imageView; @property(nonatomic,copy)BtnBlock btnBlock; @end