@class NSString; @protocol PKAddPaymentPassViewControllerDelegate; @interface PKRemoteAddPaymentPassViewController : _UIRemoteViewController { BOOL _finished; } @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)exportedInterface; + (id)serviceViewControllerInterface; + (BOOL)shouldPropagateAppearanceCustomizations; - (void)dealloc; - (void)viewServiceDidTerminateWithError:(id)a0; - (void).cxx_destruct; - (id)_addPaymentPassVC; - (void)didFinishWithPass:(id)a0 error:(id)a1; - (void)generateRequestWithCertificateChain:(id)a0 nonce:(id)a1 nonceSignature:(id)a2 completionHandler:(id /* block */)a3; @end