YOUPAIHRSearchHeaderCell.h 377 B

123456789101112131415161718
  1. //
  2. // YOUPAIHRSearchHeaderCell.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/11/9.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIHRSearchHeaderCell : UICollectionViewCell
  11. @property(nonatomic,copy)NSString *youpaipnameStr;
  12. @property(nonatomic,strong)UILabel *youpaiptitleBtn;
  13. @end
  14. NS_ASSUME_NONNULL_END