WHMineSwitchView.h 455 B

123456789101112131415161718192021
  1. //
  2. // WHMineSwitchView.h
  3. // MSYOUPAI
  4. //
  5. // Created by 刘必果 on 2024/2/1.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WHMineSwitchView : UIView
  11. @property (nonatomic, strong) UIImageView *logImageView;
  12. @property (nonatomic, strong) UILabel *titleLab;
  13. @property (nonatomic, strong) UIButton *switchView;
  14. @property (nonatomic, strong) NSDictionary *dict;
  15. @end
  16. NS_ASSUME_NONNULL_END