// // HSQNativeShopCarHeader.h // YouHuiProject // // Created by 小花 on 2018/12/10. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "HSQChildGoodModel.h" NS_ASSUME_NONNULL_BEGIN @interface HSQNativeShopCarHeader : UICollectionReusableView @property (nonatomic, strong) HSQChildGoodModel *model; @end NS_ASSUME_NONNULL_END