123456789101112131415161718192021 |
- //
- // WHMineSwitchView.h
- // MSYOUPAI
- //
- // Created by 刘必果 on 2024/2/1.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WHMineSwitchView : UIView
- @property (nonatomic, strong) UIImageView *logImageView;
- @property (nonatomic, strong) UILabel *titleLab;
- @property (nonatomic, strong) UIButton *switchView;
- @property (nonatomic, strong) NSDictionary *dict;
- @end
- NS_ASSUME_NONNULL_END
|