// // ZBProductGoodListCell.h // ZBProject // // Created by 学丽 on 2019/4/15. // Copyright © 2019 ZB. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ZBProductGoodListCell : UICollectionViewCell @property(nonatomic,strong)UIImageView *goodImgV; @property(nonatomic,strong)UILabel *titleLabel; @property(nonatomic,strong)UILabel *priceLabel; @property(nonatomic,strong)UILabel *makeLabel; @property(nonatomic,strong)ZBGoodModel *model; @end NS_ASSUME_NONNULL_END