YXItemView.h 333 B

1234567891011121314151617181920
  1. //
  2. // YXItemView.h
  3. // Temperature
  4. //
  5. // Created by z on 2025/1/15.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXItemView : UIView
  10. @property (nonatomic, weak) UIImageView *picImgView;
  11. @property (nonatomic, weak) UILabel *textLabel;
  12. @property (nonatomic, weak) UIView *colorView;
  13. @end
  14. NS_ASSUME_NONNULL_END