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