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