luxlabs header browser preview


@class UILabel, UISwitch;

@interface PKPaletteOptionSwitchCell : PKPaletteOptionCell

@property (readonly, nonatomic) UILabel *textLabel;
@property (readonly, nonatomic) UISwitch *switchButton;

- (id)init;
- (void).cxx_destruct;

@end