al
liurenjie
2021-07-03 1b73d5d0b495f2d643c2523e1b8399f925b4f702
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