// // SearchRecordHeaderView.h // BuWanVideo2.0 // // Created by Aeline on 2021/5/30. // Copyright © 2021 com.yeshi.buwansheque.ios. All rights reserved. // #import #import "SearchDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface SearchRecordHeaderView : UICollectionReusableView @property (nonatomic, weak) iddelegate; @end NS_ASSUME_NONNULL_END