@class NSString, _UIAsyncInvocation, WrappedRemoteViewController, PKSecureElementPass; @protocol PKShareSecureElementPassViewControllerDelegate; @interface PKShareSecureElementPassViewController : UIViewController { PKSecureElementPass *_pass; unsigned long long _environment; BOOL _isFromPeopleScreen; BOOL _remoteVCConfigured; _UIAsyncInvocation *_remoteVCRequest; WrappedRemoteViewController *_remoteVC; } @property (weak, nonatomic) id delegate; @property (nonatomic) BOOL promptToShareURL; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)_shouldForwardViewWillTransitionToSize; - (id)init; - (void)dealloc; - (void)viewWillLayoutSubviews; - (struct CGSize { double x0; double x1; })sizeForChildContentContainer:(id)a0 withParentContainerSize:(struct CGSize { double x0; double x1; })a1; - (long long)modalPresentationStyle; - (void)loadView; - (id)childViewControllerForStatusBarStyle; - (unsigned long long)supportedInterfaceOrientations; - (id)childViewControllerForStatusBarHidden; - (void).cxx_destruct; - (long long)modalTransitionStyle; - (void)_addRemoteVCToView; - (void)_remoteDidGetConfigured; - (void)didCreateShareURL:(id)a0 activationCode:(id)a1 error:(id)a2; - (void)didFinishShareWithDidUserShare:(BOOL)a0 error:(id)a1; - (id)initWithSecureElementPass:(id)a0 delegate:(id)a1; - (id)initWithSecureElementPass:(id)a0 environment:(unsigned long long)a1 isFromPeopleScreen:(BOOL)a2 delegate:(id)a3; - (void)loadRemoteViewController; - (void)setRemoteVC:(id)a0 completionHandler:(id /* block */)a1; - (BOOL)shouldViewControllerBeAnimatedIn; @end