BuWanVideo2.0/SearchHotSearchCell.h
@@ -7,11 +7,14 @@ // #import <UIKit/UIKit.h> #import "SearchDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface SearchHotSearchCell : UICollectionViewCell @property (nonatomic, weak) id<SearchDelegate>delegate; @property (nonatomic, nullable, strong) NSDictionary *data; @end