luxlabs header browser preview


@class UISwitch;

@interface PRRESwitchTableViewCell : PRRETableViewCell {
    UISwitch *_switch;
}

- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;
- (id)_currentValue;
- (void)_setCurrentValue:(id)a0;

@end