Files
midi_ios/QXLive/HomePage(声播)/View/首页/搜索/QXSearchHeaderView.h

19 lines
417 B
C
Raw Normal View History

2025-08-14 10:07:49 +08:00
//
// QXSearchHeaderView.h
// QXLive
//
// Created by 启星 on 2025/5/8.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXSearchHeaderView : UICollectionReusableView
+ (NSString *)headerViewIdentifier ;
+ (instancetype)headerViewWithCollectionView:(UICollectionView *)collectionView forIndexPath:(NSIndexPath *)indexPath;
@property (nonatomic,strong)NSString *title;
@end
NS_ASSUME_NONNULL_END