@interface PKIssuerProvisioningExtensionAuthorizationRemoteViewController : _UIRemoteViewController { id /* block */ _completionHandler; long long _result; BOOL _finished; } + (id)exportedInterface; + (BOOL)shouldPropagateAppearanceCustomizations; - (void)dealloc; - (id)initWithNibName:(id)a0 bundle:(id)a1; - (void)viewServiceDidTerminateWithError:(id)a0; - (void).cxx_destruct; - (BOOL)_isPresentationContextByDefault; - (void)pkui_setCompletionHandler:(id /* block */)a0; - (void)pkui_finish; - (void)serviceViewControllerDidCompleteWithResult:(long long)a0; @end