12345678910111213141516171819 |
- //
- // YXBottomItemView.h
- // Temperature
- //
- // Created by z on 2025/1/20.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YXBottomItemView : UIView
- @property (nonatomic, weak) UIImageView *picImgView;
- @property (nonatomic, weak) UILabel *textLabel;
- @end
- NS_ASSUME_NONNULL_END
|