CustomSwitch.h 247 B

12345678910111213141516
  1. //
  2. // CustomSwitch.h
  3. // AIIM
  4. //
  5. // Created by qitewei on 2025/5/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CustomSwitch : UISwitch
  10. @property (nonatomic, strong) UIColor *offBackgroundColor;
  11. @end
  12. NS_ASSUME_NONNULL_END