CNWitnessSearchFooterView.h
362 Bytes
//
// CNWitnessSearchFooterView.h
// CNLiveVideoClassifyKit
//
// Created by CNLive on 2022/6/16.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNWitnessSearchFooterView : UICollectionReusableView
@property (nonatomic, assign)BOOL isallShow;
@property (nonatomic, copy)void (^organizaBtnBlock)(NSInteger index);
@end
NS_ASSUME_NONNULL_END