YXMenuItemView.h 288 B

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