// // DRGoodDetailImageCell.h // YouHuiProject // // Created by 小花 on 2018/11/13. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "DRDetailImgModel.h" NS_ASSUME_NONNULL_BEGIN @interface DRGoodDetailImageCell : UITableViewCell @property (nonatomic, copy) NSString *imgUrl; @property (nonatomic, strong) DRDetailImgModel *model; + (instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END