YXFindCollectionViewCell.h 406 B

12345678910111213141516171819
  1. //
  2. // YXFindCollectionViewCell.h
  3. // Temperature
  4. //
  5. // Created by TC on 2025/4/9.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXFindCollectionViewCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *picImageView;
  11. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *priceLabel;
  13. @end
  14. NS_ASSUME_NONNULL_END