CNLiveSearchHotsFooterView.h
332 Bytes
//
// CNLiveSearchHotsFooterView.h
// CNLiveCServiceModule
//
// Created by CNLive on 2021/11/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
typedef void(^ClearBlock)(void);
@interface CNLiveSearchHotsFooterView : UICollectionReusableView
@property (nonatomic, copy) ClearBlock clearBlock;
@end
NS_ASSUME_NONNULL_END