// // RASettingSwitchModel.h // Apex And Drivers // // Created by Jack on 2018/9/12. // Copyright © 2018年 USAI. All rights reserved. // #import "RASettingBaseModel.h" @interface RASettingSwitchModel : RASettingBaseModel @property (nonatomic,copy) NSString *keyPath; @property (nonatomic,assign) BOOL switchValue; @end