// // YOUPAIHRSearchHeaderCell.h // VQU // // Created by xiaohaoran on 2021/11/9. // Copyright © 2021 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIHRSearchHeaderCell : UICollectionViewCell @property(nonatomic,copy)NSString *youpaipnameStr; @property(nonatomic,strong)UILabel *youpaiptitleBtn; @end NS_ASSUME_NONNULL_END