@class PKPass, NSString, PKPaymentPassAction, PKSelectedItemActionItem, PKPerformActionSelectItemExpiresHeader, UITableView, UITextField, NSDateFormatter; @protocol PKPerformActionViewDelegate; @interface PKPerformActionSelectItemView : UIView { PKPass *_pass; PKPaymentPassAction *_action; NSDateFormatter *_dateFormatter; PKSelectedItemActionItem *_selectedItem; long long _textAlignment; UITableView *_tableView; PKPerformActionSelectItemExpiresHeader *_expiresHeader; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) UITextField *amountTextField; - (id)tableView:(id)a0 viewForHeaderInSection:(long long)a1; - (long long)numberOfSectionsInTableView:(id)a0; - (id)init; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (double)tableView:(id)a0 heightForHeaderInSection:(long long)a1; - (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1; - (id)pass; - (void).cxx_destruct; - (void)layoutSubviews; - (id)tableView:(id)a0 titleForFooterInSection:(long long)a1; - (id)transactionAmount; - (id)transactionCurrency; - (void)_addSubviews; - (id)_optionsSectionFooterText; - (id)_optionsSectionHeaderText; - (BOOL)_showsExpirationSection; - (void)fetchServiceProviderDataWithCompletion:(id /* block */)a0; - (id)initWithPass:(id)a0 action:(id)a1 paymentDataProvider:(id)a2; - (void)saveLastInputValues; @end