// // HCNativeShopCarCollectionCell.h // hc // // Created by hc on 2018/11/6. // Copyright © 2018年 hc. All rights reserved. // #import #import "HCChildGoodModel.h" NS_ASSUME_NONNULL_BEGIN @interface HCNativeShopCarCollectionCell : UICollectionViewCell @property (nonatomic, strong) HCChildGoodModel *model; @end NS_ASSUME_NONNULL_END