al
liurenjie
2021-07-03 1b73d5d0b495f2d643c2523e1b8399f925b4f702
BuWanVideo2.0/Recommend/Recommend/Cell/RecommendHeaderViewCell.h
@@ -7,12 +7,16 @@
//
#import <UIKit/UIKit.h>
#import "RecommendDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface RecommendHeaderViewCell : UICollectionViewCell
@property (nonatomic, weak) id<RecommendDelegate>delegate;
@property (nonatomic, nullable, strong) NSDictionary *arrayImageData;
@property (nonatomic, nullable, strong) NSDictionary *arrayImageNormolData;
- (void)open;
- (void)close;