20 lines
338 B
Objective-C
20 lines
338 B
Objective-C
//
|
|
// YJMallCollectionViewCell.h
|
|
// WXReader
|
|
//
|
|
// Created by Andrew on 2019/5/28.
|
|
// Copyright © 2019 Andrew. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YJMallCollectionViewCell : UICollectionViewCell
|
|
|
|
@property (nonatomic, strong) TFBannerModel *bannerModel;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|