// // DRShareImgPopView.h // YouHuiProject // // Created by 小花 on 2018/7/10. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "DRPopShareGoodView.h" #import "DRGoodDetailModel.h" @interface DRShareImgPopView : UIView @property (nonatomic, strong) DRPopShareGoodView *shareGoodView; @property (nonatomic, copy) void(^closeAction)(void); - (instancetype)initWithFrame:(CGRect)frame goodModel:(DRGoodDetailModel *)goodModel; @end