@class NSString, VSIKItemGroupElement; @interface VSCredentialEntryAppDocumentController : VSAppDocumentController <VSCredentialEntryViewModelDelegate, VSIKItemGroupDelegate> @property (retain, nonatomic) VSIKItemGroupElement *pickerElement; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void).cxx_destruct; - (void)_startObservingViewModel:(id)a0; - (void)_stopObservingViewModel:(id)a0; - (id)_credentialEntryViewModelWithViewModel:(id)a0; - (id)_newViewModel; - (BOOL)_updateCredentialEntryViewModel:(id)a0 error:(id *)a1; - (BOOL)_updateCredentialEntryViewModel:(id)a0 withTemplate:(id)a1 error:(id *)a2; - (BOOL)_updateViewModel:(id)a0 error:(id *)a1; - (void)itemGroup:(id)a0 selectedItemIndexDidChange:(long long)a1; - (void)viewModel:(id)a0 buttonTappedAtIndex:(unsigned long long)a1; - (void)viewModel:(id)a0 pickerDidSelectRow:(unsigned long long)a1; @end