YOUPAIHRSearchBannerCell.h 418 B

12345678910111213141516171819
  1. //
  2. // YOUPAIHRSearchBannerCell.h
  3. // YOUQU
  4. //
  5. // Created by xiaohaoran on 2021/12/15.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAIHRSearchModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAIHRSearchBannerCell : UITableViewCell
  12. @property(nonatomic,strong)youpaipbannerModel *model;
  13. @property(nonatomic,strong)UIImageView *vq_banneriImageView;
  14. @end
  15. NS_ASSUME_NONNULL_END