YXBottomItemView.h 298 B

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