@class PKAccountService, PKContactAvatarManager, NSString, NSDateFormatter, PKDashboardButtonCollectionViewCell, PKTransactionSourceCollection, NSCalendar, NSArray, PKDashboardViewControllerFooterView, PKFamilyMemberCollection, PKHorizontalScrollingChildLayout, PKDashboardFooterTextView, PKSpendingSummaryPresenter, NSSet, PKSpendingSummary, PKSpendingSummaryAccountUserPresenter, UIGestureRecognizer, PKDashboardTitleDetailCell, PKAccount, PKAccountServiceAccountResolutionController, PKDashboardTitleHeaderView, PKDashboardAvatarPresenter, NSDate, PKAccountUserCollection, PKTransactionGroupItemPresenter; @protocol PKSpendingSingleSummaryViewControllerDelegate, PKHorizontalScrollingViewControllerDelegate; @interface PKSpendingSingleSummaryViewController : UICollectionViewController <PKPaymentDataProviderDelegate, UICollectionViewDelegateFlowLayout, UIGestureRecognizerDelegate, PKDashboardViewControllerFooterViewDelegate, PKAccountServiceAccountResolutionControllerDelegate, PKHorizontalScrollingChildLayoutDataSource, PKHorizontalScrollingChildViewControllerProtocol> { PKTransactionSourceCollection *_transactionSourceCollection; PKContactAvatarManager *_avatarManager; PKAccount *_account; PKAccountUserCollection *_accountUserCollection; NSSet *_physicalCards; PKAccountService *_accountService; unsigned long long _feature; unsigned long long _displayType; PKFamilyMemberCollection *_familyCollection; PKDashboardViewControllerFooterView *_currentFooter; BOOL _footerNeedsConfiguration; PKSpendingSummary *_summary; unsigned long long _summaryType; NSDate *_startDate; NSDate *_endDate; BOOL _hasTransactions; BOOL _hasCategoryInsights; NSCalendar *_currentCalendar; struct UIEdgeInsets { double top; double left; double bottom; double right; } _contentInset; NSArray *_currentMonthTransactions; NSArray *_pendingPayments; NSArray *_upcomingScheduledPayments; NSDateFormatter *_formatterMonth; NSDateFormatter *_formatterFullMonth; NSDateFormatter *_formatterDay; NSDateFormatter *_formatterYear; PKTransactionGroupItemPresenter *_transactionGroupPresenter; PKSpendingSummaryPresenter *_summaryPresenter; PKDashboardTitleHeaderView *_sampleHeaderView; PKDashboardFooterTextView *_sampleFooterView; PKDashboardButtonCollectionViewCell *_sampleButtonCell; PKDashboardTitleDetailCell *_sampleHighlightsCell; PKDashboardAvatarPresenter *_avatarPresenter; PKSpendingSummaryAccountUserPresenter *_summaryUsersPresenter; NSArray *_sortedAccountUsers; PKAccountServiceAccountResolutionController *_resolutionController; PKHorizontalScrollingChildLayout *_layout; BOOL _isLowEndDevice; } @property (weak, nonatomic) id<PKSpendingSingleSummaryViewControllerDelegate> summaryDelegate; @property (nonatomic) unsigned long long categorization; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (weak, nonatomic) id<PKHorizontalScrollingViewControllerDelegate> scrollingDelegate; @property (retain, nonatomic) UIGestureRecognizer *gestureRecognizerRequiredToFail; @property (nonatomic) long long contentInsetAdjustmentBehavior; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } contentInset; @property (nonatomic) BOOL visible; @property (nonatomic) double alphaTransition; - (id)footer; - (struct CGSize { double x0; double x1; })collectionView:(id)a0 layout:(id)a1 sizeForItemAtIndexPath:(id)a2; - (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1; - (struct CGSize { double x0; double x1; })collectionView:(id)a0 layout:(id)a1 referenceSizeForHeaderInSection:(long long)a2; - (void)dealloc; - (struct CGSize { double x0; double x1; })collectionView:(id)a0 layout:(id)a1 referenceSizeForFooterInSection:(long long)a2; - (void)traitCollectionDidChange:(id)a0; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })collectionView:(id)a0 layout:(id)a1 insetForSectionAtIndex:(long long)a2; - (void)viewDidLoad; - (BOOL)collectionView:(id)a0 shouldHighlightItemAtIndexPath:(id)a1; - (void)_accountsChanged:(id)a0; - (void)didUpdateFamilyMembers:(id)a0; - (id)data; - (void).cxx_destruct; - (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1; - (long long)numberOfSectionsInCollectionView:(id)a0; - (BOOL)gestureRecognizer:(id)a0 shouldRequireFailureOfGestureRecognizer:(id)a1; - (void)scrollViewDidScroll:(id)a0; - (id)collectionView:(id)a0 viewForSupplementaryElementOfKind:(id)a1 atIndexPath:(id)a2; - (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1; - (void)_configureFooterView:(id)a0 inSection:(unsigned long long)a1; - (void)_configureHeaderView:(id)a0 inSection:(unsigned long long)a1; - (void)_configureRewardsHubButtonCell:(id)a0; - (void)_configureFooterForAccountUsers; - (void)_configureHighlightsButtonCell:(id)a0; - (unsigned long long)_aggregateCellAtIndex:(unsigned long long)a0; - (void)_applyMaskToCell:(id)a0 firstInSection:(BOOL)a1 lastInSection:(BOOL)a2; - (void)_configureDefaultFooter; - (void)_configureFooter; - (BOOL)_hasFooterForSection:(unsigned long long)a0; - (BOOL)_hasHeaderForSection:(unsigned long long)a0; - (id)_nonSpendingTransactionGroupForType:(unsigned long long)a0; - (unsigned long long)_nonSpendingTransactionTypeForRow:(long long)a0; - (long long)_numberOfAggregateCells; - (long long)_numberOfNonSpendingTransactionTypeRowsEnabled; - (long long)_numberOfRewardsCells; - (long long)_numberOfSummaryCells; - (unsigned long long)_rewardsCellAtIndex:(unsigned long long)a0; - (struct CGSize { double x0; double x1; })_sizeForAggregateOrRewardsCellInCollectionView:(id)a0 atIndexPath:(id)a1; - (id)_sortedAccountUsersForSummary:(id)a0; - (void)accountServiceAccountResolutionController:(id)a0 requestsPresentViewController:(id)a1 animated:(BOOL)a2; - (double)alphaForIndexPath:(id)a0 visible:(BOOL)a1 transition:(double)a2; - (void)buttonTappedInFooterView:(id)a0; - (unsigned int)horizontalAlignmentForSection:(long long)a0; - (id)indexPathForSummary; - (id)initWithTransationSourceCollection:(id)a0 familyCollection:(id)a1 avatarManager:(id)a2 account:(id)a3 accountUserCollection:(id)a4 physicalCards:(id)a5 transactionGroupPresenter:(id)a6 summaryPresenter:(id)a7 currentMonthTransactions:(id)a8 pendingPayments:(id)a9 upcomingScheduledPayments:(id)a10 displayType:(unsigned long long)a11; - (double)lineSpacingForSection:(long long)a0; - (void)setData:(id)a0 swap:(BOOL)a1; - (void)setSummary:(id)a0 swap:(BOOL)a1; @end