// // YJMallCollectionViewCell.h // WXReader // // Created by Andrew on 2019/5/28. // Copyright © 2019 Andrew. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YJMallCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) TFBannerModel *bannerModel; @end NS_ASSUME_NONNULL_END