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