123456789101112131415161718 |
- //
- // KBPopShareGoodView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/7/10.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "KBShareGoodsModel.h"
- typedef void (^ImgSuccBlock)(void);
- @interface KBPopShareGoodView : UIView
- @property(nonatomic,strong)KBShareGoodsModel *model;
- @property(nonatomic,copy)ImgSuccBlock imgSuccBlock;
- @end
|