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;