// // DRContainerImageCell.h // YouHuiProject // // Created by 小花 on 2018/12/28. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "DRShareImageCellModel.h" NS_ASSUME_NONNULL_BEGIN @interface DRContainerImageCell : UICollectionViewCell @property (nonatomic, strong) DRShareImageCellModel *model; @property (nonatomic, strong) UILabel *qrImgLabel; @property (nonatomic, copy) void (^selectBlock)(void); @end NS_ASSUME_NONNULL_END