@class PSListController, NSString, PSSpecifier; @interface STPasscodeGroupSpecifierProvider : STRootGroupSpecifierProvider <MCProfileConnectionObserver> @property (retain, nonatomic) PSSpecifier *togglePasscodeSpecifier; @property (readonly, weak) PSListController *listController; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)providerWithCoordinator:(id)a0 listController:(id)a1; - (id)init; - (void)dealloc; - (void)profileConnectionDidReceiveEffectiveSettingsChangedNotification:(id)a0 userInfo:(id)a1; - (BOOL)isHidden; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void).cxx_destruct; - (void)setCoordinator:(id)a0; - (id)_authenticationContextWithReasonKey:(id)a0 presentingViewController:(id)a1; - (void)_promptForRecoveryAppleIDWithPINController:(id)a0 passcode:(id)a1; - (void)_removeManagedPasscode; - (id)_removePasscodeActionWithPINOptionsTitle:(id)a0 pinOptionsHandler:(id /* block */)a1 pinValidationHandler:(id /* block */)a2; - (void)_setManagedPasscode; - (void)changeOrRemovePasscode:(id)a0; - (void)reloadTogglePasscodeSpecifier; @end