@class UINotificationFeedbackGenerator, NSString, CLInUseAssertion, CLLocationManager, PKAccountFlowController, UIViewController; @protocol PKPaymentSetupViewControllerDelegate; @interface PKAccountPassActivationResultViewController : PKExplanationViewController { PKAccountFlowController *_accountController; id _delegate; unsigned long long _featureIdentifier; long long _setupContext; UIViewController *_nextViewController; CLInUseAssertion *_inUseAssertion; UINotificationFeedbackGenerator *_cardAddedFeedbackGenerator; CLLocationManager *_locationManager; } @property (nonatomic) BOOL didAddToAmp; @property (nonatomic) BOOL didMakeAccountPassDefault; @property (nonatomic) BOOL showingLoadingIndicator; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)viewWillAppear:(BOOL)a0; - (void)dealloc; - (void)viewDidLoad; - (void)loadView; - (void)viewWillDisappear:(BOOL)a0; - (void).cxx_destruct; - (void)_updateUI; - (BOOL)_willPerformProvisioningActions; - (void)_handleNextStep; - (id)_localizedStringKeyForPerformedOperationsAndMadeDefault:(BOOL)a0; - (void)_presentDisplayableError:(id)a0; - (void)_presentViewController:(id)a0; - (id)_setupLaterBodyString; - (void)_showActivationSpinner:(BOOL)a0; - (void)_terminateSetupFlow; - (void)_updateForLoading; - (void)_updateForMadeDefault; - (void)_updateForSetupLater; - (void)accountFlowController:(id)a0 requestsPresentationOfDisplayableError:(id)a1; - (void)accountFlowController:(id)a0 requestsPresentationOfViewController:(id)a1; - (id)initWithAccountFlowController:(id)a0 context:(long long)a1 setupDelegate:(id)a2; @end