// // CustomSwitch.h // AIIM // // Created by qitewei on 2025/5/22. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface CustomSwitch : UISwitch @property (nonatomic, strong) UIColor *offBackgroundColor; @end NS_ASSUME_NONNULL_END