// // ZBGoodDetailImgCell.h // ZBProject // // Created by 学丽 on 2019/3/27. // Copyright © 2019 ZB. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ZBGoodDetailImgCell : UICollectionViewCell @property(nonatomic,strong)UIImageView *goodImgV; @end NS_ASSUME_NONNULL_END