luxlabs header browser preview


@class PSSpecifier;

@interface STDisableScreenTimeGroupSpecifierProvider : STRootGroupSpecifierProvider

@property (retain, nonatomic) PSSpecifier *disableScreenTimeSpecifier;

- (id)init;
- (BOOL)isHidden;
- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (void).cxx_destruct;
- (void)setCoordinator:(id)a0;
- (void)confirmDisableScreenTime:(id)a0;
- (void)disableScreenTime:(id)a0;
- (id)disableScreenTimeConfirmationPrompt;
- (id)passcodeGatedDeleteButtonSpecifierWithName:(id)a0 action:(SEL)a1;
- (void)updateDisableScreenTimeSpecifier;

@end