@class _UICollectionTableIndexOverlaySelectionView, UITapGestureRecognizer, UISelectionFeedbackGenerator, NSIndexPath, UIScrollView, NSMutableSet, NSMutableArray, _UITableViewReorderingSupport, _UITableViewDragController, UITableViewRowData, UITableViewCell, _UICollectionTableIndexOverlayIndicatorView, UICollectionViewUpdateItem, UIColor, UILongPressGestureRecognizer, _UIIndexPathIdentityTracker, _UITableViewMultiSelectController, _UISelectionInteraction, _UITableViewDeleteAnimationSupport, UISwipeActionController, UITableViewCountView, UIVisualEffect, UITableViewWrapperView, UIView, UITableViewIndex, _UITableViewDropController, _UITableViewShadowUpdatesController, NSArray, _UIDragSnappingFeedbackGenerator, NSMutableDictionary, UICollectionViewLayoutInvalidationContext, NSString, _UITableViewUpdateSupport, UIContextMenuInteraction, UIFocusContainerGuide, UITouch, _UITableViewPrefetchContext, NSTimer, _UITableViewSubviewManager; @protocol UITableConstants, UITableViewDropDelegate, UITableViewDragDestinationDelegate, UITableViewDelegate, UITableViewDataSourcePrefetching, UITableViewDataSource, UITableViewDragSourceDelegate, UITableViewDragDelegate; @interface UITableView : UIScrollView { id _dataSource; UITableViewRowData *_rowData; double _rowHeight; double _sectionHeaderHeight; double _sectionFooterHeight; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _visibleBounds; _UITableViewSubviewManager *_subviewManager; struct _NSRange { unsigned long long location; unsigned long long length; } _visibleRows; NSMutableArray *_visibleCells; NSMutableDictionary *_visibleHeaderViews; NSMutableDictionary *_visibleFooterViews; NSIndexPath *_indexPathBeingCreated; UIView *_viewBeingPreparedToDisplay; NSIndexPath *_firstResponderIndexPath; UIView *_firstResponderView; int _firstResponderViewType; NSMutableDictionary *_reusableTableCells; NSMutableDictionary *_reusableHeaderFooterViews; NSMutableDictionary *_nibMap; NSMutableDictionary *_nibExternalObjectsTables; NSMutableDictionary *_headerFooterNibMap; NSMutableDictionary *_headerFooterNibExternalObjectsTables; UIView *_topSeparator; NSMutableArray *_extraSeparators; NSMutableArray *_highlightedIndexPaths; NSMutableArray *_selectedIndexPaths; NSIndexPath *_swipedIndexPath; NSIndexPath *_highlightedSpringLoadedIndexPath; NSIndexPath *_pendingSelectionIndexPath; NSMutableArray *_pendingDeselectionIndexPaths; _UITableViewDeleteAnimationSupport *_deleteAnimationSupport; _UITableViewReorderingSupport *_reorderingSupport; UICollectionViewUpdateItem *_expectedDiffableUpdateItem; UIView *_backgroundView; UIView *_clearBlendingView; UITableViewWrapperView *_wrapperView; UITableViewIndex *_index; UIView *_indexContainerView; UIView *_tableHeaderBackgroundView; UIView *_tableHeaderView; UIView *_tableFooterView; UITableViewCountView *_countLabel; NSArray *_sectionIndexTitlesForTableView; _UICollectionTableIndexOverlayIndicatorView *_indexOverlayIndicatorView; NSTimer *_indexOverlayTimer; NSTimer *_indexOverlayIndicatorEventIgnoreTimer; long long _currentIndexTitleIndex; _UICollectionTableIndexOverlaySelectionView *_indexOverlaySelectionView; long long _tableReloadingSuspendedCount; long long _updateAnimationCount; NSMutableArray *_insertItems; NSMutableArray *_deleteItems; NSMutableArray *_reloadItems; NSMutableArray *_moveItems; UIColor *_separatorColor; UIColor *_darkenedSeparatorColor; UIVisualEffect *_separatorEffect; UIColor *_accessoryBaseColor; UIColor *_checkmarkColor; UIColor *_sectionBorderColor; UIColor *_indexColor; UIColor *_indexBackgroundColor; UIColor *_indexTrackingBackgroundColor; NSArray *_defaultSectionIndexTitles; UISwipeActionController *_swipeActionController; _UISelectionInteraction *_selectionInteraction; _UIIndexPathIdentityTracker *_identityTracker; long long _updateCount; UILongPressGestureRecognizer *_upArrowLongPressGestureRecognizer; UILongPressGestureRecognizer *_downArrowLongPressGestureRecognizer; UITapGestureRecognizer *_upArrowTapGestureRecognizer; UITapGestureRecognizer *_downArrowTapGestureRecognizer; struct UIEdgeInsets { double top; double left; double bottom; double right; } _sectionContentInset; double _sectionCornerRadius; double _sectionHeaderFooterPadding; NSMutableDictionary *_cellClassDict; NSMutableDictionary *_headerFooterClassDict; double _topPadding; double _bottomPadding; struct UIEdgeInsets { double top; double left; double bottom; double right; } _separatorInset; id _updateCompletionHandler; id _deferredEditingHandler; NSMutableSet *_hiddenSeparatorIndexPaths; UITableViewCell *_cellBeingReconfigured; NSIndexPath *_indexPathBeingReconfigured; UICollectionViewLayoutInvalidationContext *_intrinsicContentSizeInvalidationContext; NSMutableDictionary *_tentativeCells; NSMutableDictionary *_tentativeHeaderViews; NSMutableDictionary *_tentativeFooterViews; NSMutableSet *_clientGesturesRequiringTableGesturesToFail; _UITableViewUpdateSupport *_currentUpdate; _UITableViewShadowUpdatesController *_shadowUpdatesController; struct _NSRange { unsigned long long location; unsigned long long length; } _preReloadVisibleRowRange; double _preReloadFirstCellOffset; double _preReloadAnimationTargetOffsetDelta; int _focusedViewType; UIFocusContainerGuide *_contentFocusContainerGuide; id _constants; NSIndexPath *_targetIndexPathForScrolling; struct CGPoint { double x; double y; } _targetOffsetToIndexPathForScrolling; UISelectionFeedbackGenerator *_indexRetargetFeedbackGenerator; _UIDragSnappingFeedbackGenerator *_reorderFeedbackGenerator; id _prefetchDataSource; _UITableViewPrefetchContext *_prefetchContext; double _coalescedContentSizeDelta; _UITableViewMultiSelectController *_multiSelectController; struct { unsigned char dataSourceNumberOfRowsInSection : 1; unsigned char dataSourceCellForRow : 1; unsigned char dataSourceNumberOfSectionsInTableView : 1; unsigned char dataSourceTitleForHeaderInSection : 1; unsigned char dataSourceTitleForFooterInSection : 1; unsigned char dataSourceDetailTextForHeaderInSection : 1; unsigned char dataSourceCommitEditingStyle : 1; unsigned char dataSourceSectionIndexTitlesForTableView : 1; unsigned char dataSourceSectionIndexTitlesForTableViewTrimmedToCount : 1; unsigned char dataSourceSectionForSectionIndexTitle : 1; unsigned char dataSourceCanEditRow : 1; unsigned char dataSourceCanMoveRow : 1; unsigned char dataSourceCanUpdateRow : 1; unsigned char dataSourceShouldShowMenu : 1; unsigned char dataSourceCanPerformAction : 1; unsigned char dataSourcePerformAction : 1; unsigned char dataSourceIndexPathForSectionIndexTitle : 1; unsigned char dataSourceWasNonNil : 1; unsigned char delegateEditingStyleForRowAtIndexPath : 1; unsigned char delegateTitleForDeleteConfirmationButtonForRowAtIndexPath : 1; unsigned char delegateEditActionsForRowAtIndexPath : 1; unsigned char delegateLeadingSwipeActionsConfigurationForRowAtIndexPath : 1; unsigned char delegateTrailingSwipeActionsConfigurationForRowAtIndexPath : 1; unsigned char delegateLeadingSwipeActionsForRowAtIndexPath : 1; unsigned char delegateTrailingSwipeActionsForRowAtIndexPath : 1; unsigned char delegateShouldIndentWhileEditing : 1; unsigned char dataSourceMoveRow : 1; unsigned char delegateCellForRow : 1; unsigned char delegateWillDisplayCell : 1; unsigned char delegateDidEndDisplayingCell : 1; unsigned char delegateDidEndDisplayingSectionHeader : 1; unsigned char delegateDidEndDisplayingSectionFooter : 1; unsigned char delegateHeightForRow : 1; unsigned char delegateHeightForSectionHeader : 1; unsigned char delegateTitleWidthForSectionHeader : 1; unsigned char delegateHeightForSectionFooter : 1; unsigned char delegateTitleWidthForSectionFooter : 1; unsigned char delegateEstimatedHeightForRow : 1; unsigned char delegateEstimatedHeightForSectionHeader : 1; unsigned char delegateEstimatedHeightForSectionFooter : 1; unsigned char delegateViewForHeaderInSection : 1; unsigned char delegateViewForFooterInSection : 1; unsigned char delegateDisplayedItemCountForRowCount : 1; unsigned char delegateDisplayStringForRowCount : 1; unsigned char delegateAccessoryTypeForRow : 1; unsigned char delegateAccessoryButtonTappedForRow : 1; unsigned char delegateWillSelectRow : 1; unsigned char delegateWillDeselectRow : 1; unsigned char delegateDidSelectRow : 1; unsigned char delegateDidDeselectRow : 1; unsigned char delegateCanPerformPrimaryAction : 1; unsigned char delegatePerformPrimaryAction : 1; unsigned char delegateWillBeginEditing : 1; unsigned char delegateDidEndEditing : 1; unsigned char delegateTargetIndexPathForMove : 1; unsigned char delegateIndentationLevelForRow : 1; unsigned char delegateWantsHeaderForSection : 1; unsigned char delegateMargin : 1; unsigned char delegateHeaderTitleAlignment : 1; unsigned char delegateFooterTitleAlignment : 1; unsigned char delegateFrameForSectionIndexGivenProposedFrame : 1; unsigned char delegateDidFinishReload : 1; unsigned char delegateHeightForHeader : 1; unsigned char delegateHeightForFooter : 1; unsigned char delegateViewForHeader : 1; unsigned char delegateViewForFooter : 1; unsigned char delegateCalloutTargetRectForCell : 1; unsigned char delegateShouldShowMenu : 1; unsigned char delegateCanPerformAction : 1; unsigned char delegatePerformAction : 1; unsigned char delegateWillBeginReordering : 1; unsigned char delegateDidEndReordering : 1; unsigned char delegateDidCancelReordering : 1; unsigned char delegateWillDisplayHeaderViewForSection : 1; unsigned char delegateWillDisplayFooterViewForSection : 1; unsigned char delegateShouldHighlightRow : 1; unsigned char delegateDidHighlightRow : 1; unsigned char delegateDidUnhighlightRow : 1; unsigned char delegateTitleForSwipeAccessory : 1; unsigned char delegateBackgroundColorForDeleteConfirmationButton : 1; unsigned char delegateBackgroundColorForSwipeAccessory : 1; unsigned char delegateDeleteConfirmationButton : 1; unsigned char delegateSwipeAccessory : 1; unsigned char delegateSwipeAccessoryPushed : 1; unsigned char delegateShouldDrawTopSeparatorForSection : 1; unsigned char delegateShouldDrawBottomSeparatorForSection : 1; unsigned char delegateShouldHaveFullLengthTopSeparatorForSection : 1; unsigned char delegateShouldHaveFullLengthBottomSeparatorForSection : 1; unsigned char delegateSpacingForExtraSeparators : 1; unsigned char delegateWillBeginSwiping : 1; unsigned char delegateDidEndSwiping : 1; unsigned char delegateCanFocusRow_deprecated : 1; unsigned char delegateCanFocusRow : 1; unsigned char delegateDidFocusRow : 1; unsigned char delegateDidUnfocusRow : 1; unsigned char delegateIndexPathForPreferredFocusedItem : 1; unsigned char delegateShouldUpdateFocusFromRowAtIndexPathToView : 1; unsigned char delegateIndexPathForPreferredFocusedView : 1; unsigned char delegateShouldUpdateFocusInContext : 1; unsigned char delegateDidUpdateFocusInContext : 1; unsigned char delegateContextMenuConfigurationForRowAtIndexPath : 1; unsigned char delegatePreviewForHighlightingContextMenuWithConfiguration : 1; unsigned char delegatePreviewForDismissingContextMenuWithConfiguration : 1; unsigned char delegateWillCommitMenuWithAnimator : 1; unsigned char delegatewillPerformPreviewActionForMenuWithConfiguration : 1; unsigned char delegateWillDisplayContextMenuWithConfiguration : 1; unsigned char delegateWillEndContextMenuInteractionWithConfiguration : 1; unsigned char delegateSelectionFollowsFocusForRowAtIndexPath : 1; unsigned char delegateWasNonNil : 1; unsigned char style : 2; unsigned char isInSidebar : 1; unsigned char separatorStyle : 3; unsigned char wasEditing : 1; unsigned char isEditing : 1; unsigned char isEditingAllRows : 1; unsigned char scrollsToSelection : 1; unsigned char reloadSkippedDuringSuspension : 1; unsigned char displaySkippedDuringSuspension : 1; unsigned char needsReload : 1; unsigned char needsRebuildGeometry : 1; unsigned char scheduledUpdateVisibleCells : 1; unsigned char lastScheduledUpdateVisibleCellsIgnored : 1; unsigned char scheduledUpdateVisibleCellsFrames : 1; unsigned char displayTopSeparator : 1; unsigned char countStringInsignificantRowCount : 4; unsigned char needToAdjustExtraSeparators : 1; unsigned char overlapsSectionHeaderViews : 1; unsigned char ignoreTouchSelect : 1; unsigned char lastHighlightedRowActive : 1; unsigned char reloading : 1; unsigned char dequeuedSectionViewIsFooter : 1; unsigned char allowsSelection : 1; unsigned char allowsSelectionDuringEditing : 1; unsigned char allowsMultipleSelection : 1; unsigned char allowsMultipleSelectionDuringEditing : 1; unsigned char selectionFollowsFocus : 2; unsigned char shouldBecomeFocusedOnSelection : 2; unsigned char allowsFocus : 2; unsigned char allowsFocusDuringEditing : 2; unsigned char containsFocus : 1; unsigned char indexHidden : 1; unsigned char indexHiddenForSearch : 1; unsigned char defaultShowsHorizontalScrollIndicator : 1; unsigned char defaultShowsVerticalScrollIndicator : 1; unsigned char sectionIndexTitlesLoaded : 1; unsigned char tableHeaderViewShouldAutoHide : 1; unsigned char tableHeaderViewIsHidden : 1; unsigned char tableHeaderViewWasHidden : 1; unsigned char tableHeaderViewShouldPin : 1; unsigned char hideScrollIndicators : 1; unsigned char sendReloadFinished : 1; unsigned char keepFirstResponderWhenInteractionDisabled : 1; unsigned char keepsFirstResponderVisibleOnBoundsChange : 1; unsigned char forceStaticHeadersAndFooters : 1; unsigned char inInit : 1; unsigned char inSetBackgroundColor : 1; unsigned char usingCustomBackgroundView : 1; unsigned char usingEffectsBackgroundView : 1; unsigned char rowDataIndexPathsAreValidForCurrentCells : 1; unsigned char committingDelete : 1; unsigned char didReloadWhileCommittingDelete : 1; unsigned char editingForSwipeDelete : 1; unsigned char ignorePinnedTableHeaderUpdates : 1; unsigned char separatorsDrawAsOverlay : 1; unsigned char swipeToDeleteActionIsWaitingForCompletionHandler : 1; unsigned char swipeToDeleteEncounteredDelete : 1; unsigned char drawsSeparatorAtTopOfSections : 1; unsigned char separatorBackdropOverlayBlendMode : 3; unsigned char separatorsDrawInVibrantLightMode : 1; unsigned char wrapCells : 1; unsigned char hasAddedContentView : 1; unsigned char showingIndexIndicatorOverlay : 1; unsigned char showingIndexSelectionOverlay : 1; unsigned char loadingOffscreenViews : 1; unsigned char externalScreenHasTouch : 1; unsigned char ignoringWheelEventsOnIndexOverlayIndicator : 1; unsigned char deleteCancelationAnimationInProgress : 1; unsigned char swipeDeletionAnimationInProgress : 1; unsigned char manuallyManagesSwipeUI : 1; unsigned char allowsReorderingWhenNotEditing : 1; unsigned char needsDeleteConfirmationCleanup : 1; unsigned char resetContentOffsetAfterLayout : 1; unsigned char adjustContentOffsetAfterLayout : 1; unsigned char cellsSelfSize : 1; unsigned char usingCustomLayoutMargins : 1; unsigned char settingDefaultLayoutMargins : 1; unsigned char isIdleObserverRegistered : 1; unsigned char deallocating : 1; unsigned char updateFocusAfterItemAnimations : 1; unsigned char updateFocusAfterLoadingCells : 1; unsigned char remembersLastFocusedIndexPath : 1; unsigned char cellLayoutMarginsFollowReadableWidth : 1; unsigned char sectionContentInsetFollowsLayoutMargins : 1; unsigned char separatorInsetIsRelativeToCellEdges : 1; unsigned char usingKnobToChangeSectionIndex : 1; unsigned char prefetchingEnabled : 1; unsigned char prefetchDataSourceWasNonNil : 1; unsigned char prefetchDataSourcePrefetchRowsAtIndexPaths : 1; unsigned char prefetchDataSourceCancelPrefetchingForRowsAtIndexPaths : 1; unsigned char ignoreEditingChange : 1; unsigned char isSelfSizingShadowCell : 1; unsigned char clientSetDragInteractionEnabled : 1; unsigned char dragInteractionEnabled : 1; unsigned char insetsContentViewsToSafeArea : 1; unsigned char generatingDescriptionWithDataSource : 1; unsigned char isPerformingShadowUpdates : 1; unsigned char isPerformingRevertingShadowUpdates : 1; unsigned char dataSourceIsDiffableDataSource : 1; unsigned char isPerformingInternalBatchUpdates : 1; unsigned char isUsingPresentationValues : 1; unsigned char isUpdatingVisibleCells : 1; unsigned char scrollFirstResponderCellVisibleAfterVisibleCellsUpdate : 1; unsigned char ignoreCopyFilterForTableAnimations : 1; unsigned char purgeReuseQueuesAfterReloadData : 1; unsigned char disableReuseQueuePurgeOnTextSizeChanges : 1; unsigned char useUnifiedSelectionBehavior : 1; unsigned char performingInternalReloadData : 1; unsigned char selfSizingInvalidation : 2; unsigned char shouldAnimateNextRecomputeHeightsForInvalidatedElements : 1; unsigned char scheduledRecomputeHeightsForInvalidatedElements : 1; unsigned char useLegacySectionHeaderFooterPinningBehavior : 1; unsigned char disableSectionHeaderFooterComplexCommitSignaling : 1; unsigned char isResigningFirstResponderDuringReloadData : 1; unsigned char isSelectingRowAtIndexPath : 1; } _tableFlags; } @property (retain, nonatomic) UITouch *currentTouch; @property (readonly, nonatomic, getter=_isUpdating) BOOL updating; @property (readonly, nonatomic, getter=_defaultMarginWidth) double defaultMarginWidth; @property (readonly, nonatomic, getter=_defaultLeadingCellMarginWidth) double defaultLeadingCellMarginWidth; @property (readonly, nonatomic, getter=_defaultTrailingCellMarginWidth) double defaultTrailingCellMarginWidth; @property (copy, nonatomic, getter=_focusedCellIndexPath, setter=_setFocusedCellIndexPath:) NSIndexPath *focusedCellIndexPath; @property (retain, nonatomic, getter=_focusedCell, setter=_setFocusedCell:) UIView *focusedCell; @property (copy, nonatomic, getter=_indexPathToFocus, setter=_setIndexPathToFocus:) NSIndexPath *indexPathToFocus; @property (readonly, nonatomic, getter=_effectiveSafeAreaInsets) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } effectiveSafeAreaInsets; @property (nonatomic, getter=_cachedSectionIndexBarInsets, setter=_setCachedSectionIndexBarInsets:) struct UIEdgeInsets { double top; double left; double bottom; double right; } cachedSectionIndexBarInsets; @property (readonly, nonatomic, getter=_isUsingPresentationValues) BOOL usingPresentationValues; @property (retain, nonatomic, getter=_dragController, setter=_setDragController:) _UITableViewDragController *dragController; @property (retain, nonatomic, getter=_dropController, setter=_setDropController:) _UITableViewDropController *dropController; @property (retain, nonatomic, getter=_placeholderContexts, setter=_setPlaceholderContexts:) NSMutableArray *placeholderContexts; @property (weak, nonatomic) id dragSourceDelegate; @property (weak, nonatomic) id dragDestinationDelegate; @property (readonly, nonatomic) long long style; @property (weak, nonatomic) id dataSource; @property (weak, nonatomic) id delegate; @property (weak, nonatomic) id prefetchDataSource; @property (nonatomic, getter=isPrefetchingEnabled) BOOL prefetchingEnabled; @property (weak, nonatomic) id dragDelegate; @property (weak, nonatomic) id dropDelegate; @property (nonatomic) double rowHeight; @property (nonatomic) double sectionHeaderHeight; @property (nonatomic) double sectionFooterHeight; @property (nonatomic) double estimatedRowHeight; @property (nonatomic) double estimatedSectionHeaderHeight; @property (nonatomic) double estimatedSectionFooterHeight; @property (nonatomic) double fillerRowHeight; @property (nonatomic) double sectionHeaderTopPadding; @property (nonatomic) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } separatorInset; @property (nonatomic) long long separatorInsetReference; @property (nonatomic) long long selfSizingInvalidation; @property (retain, nonatomic) UIView *backgroundView; @property (readonly, nonatomic) UIContextMenuInteraction *contextMenuInteraction; @property (readonly, nonatomic) long long numberOfSections; @property (readonly, nonatomic) NSArray *visibleCells; @property (readonly, nonatomic) NSArray *indexPathsForVisibleRows; @property (readonly, nonatomic) BOOL hasUncommittedUpdates; @property (nonatomic, getter=isEditing) BOOL editing; @property (nonatomic) BOOL allowsSelection; @property (nonatomic) BOOL allowsSelectionDuringEditing; @property (nonatomic) BOOL allowsMultipleSelection; @property (nonatomic) BOOL allowsMultipleSelectionDuringEditing; @property (readonly, nonatomic) NSIndexPath *indexPathForSelectedRow; @property (readonly, nonatomic) NSArray *indexPathsForSelectedRows; @property (nonatomic) long long sectionIndexMinimumDisplayRowCount; @property (retain, nonatomic) UIColor *sectionIndexColor; @property (retain, nonatomic) UIColor *sectionIndexBackgroundColor; @property (retain, nonatomic) UIColor *sectionIndexTrackingBackgroundColor; @property (nonatomic) long long separatorStyle; @property (retain, nonatomic) UIColor *separatorColor; @property (copy, nonatomic) UIVisualEffect *separatorEffect; @property (nonatomic) BOOL cellLayoutMarginsFollowReadableWidth; @property (nonatomic) BOOL insetsContentViewsToSafeArea; @property (retain, nonatomic) UIView *tableHeaderView; @property (retain, nonatomic) UIView *tableFooterView; @property (nonatomic) BOOL remembersLastFocusedIndexPath; @property (nonatomic) BOOL selectionFollowsFocus; @property (nonatomic) BOOL allowsFocus; @property (nonatomic) BOOL allowsFocusDuringEditing; @property (nonatomic) BOOL dragInteractionEnabled; @property (readonly, nonatomic) BOOL hasActiveDrag; @property (readonly, nonatomic) BOOL hasActiveDrop; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic, getter=_wrapperView) UIScrollView *wrapperView; @property (nonatomic, getter=_manuallyManagesSwipeUI, setter=_setManuallyManagesSwipeUI:) BOOL manuallyManagesSwipeUI; @property (nonatomic, getter=_keepsFirstResponderVisibleOnBoundsChange, setter=_setKeepsFirstResponderVisibleOnBoundsChange:) BOOL keepsFirstResponderVisibleOnBoundsChange; @property (readonly, nonatomic, getter=_constants) id constants; @property (readonly, nonatomic, getter=_headerFooterLeadingMarginWidth) double headerFooterLeadingMarginWidth; @property (readonly, nonatomic, getter=_headerFooterTrailingMarginWidth) double headerFooterTrailingMarginWidth; @property (readonly, nonatomic, getter=_defaultSectionHeaderHeight) double defaultSectionHeaderHeight; @property (readonly, nonatomic, getter=_defaultSectionFooterHeight) double defaultSectionFooterHeight; @property (readonly, nonatomic, getter=_sidePadding) double sidePadding; @property (readonly, nonatomic, getter=_contentInset) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } _contentInset; @property (readonly, nonatomic, getter=_tableContentInset) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } tableContentInset; @property (readonly, nonatomic, getter=_paddingAboveFirstSectionHeader) double paddingAboveFirstSectionHeader; @property (readonly, nonatomic, getter=_paddingAboveSectionHeaders) double paddingAboveSectionHeaders; @property (readonly, nonatomic, getter=_sectionHeaderToFirstRowPadding) double sectionHeaderToFirstRowPadding; @property (readonly, nonatomic, getter=_sectionFooterToLastRowPadding) double sectionFooterToLastRowPadding; @property (readonly, nonatomic, getter=_headerFooterPinningBehavior) long long headerFooterPinningBehavior; @property (readonly, nonatomic, getter=_rowSpacing) double rowSpacing; @property (readonly, nonatomic, getter=_isTableHeaderAutohiding) BOOL isTableHeaderAutohiding; @property (readonly, nonatomic, getter=_heightForTableHeader) double heightForTableHeader; @property (readonly, nonatomic, getter=_heightForTableFooter) double heightForTableFooter; @property (readonly, nonatomic, getter=_providesRowHeights) BOOL providesRowHeights; @property (readonly, nonatomic, getter=_estimatesHeights) BOOL estimatesHeights; @property (readonly, nonatomic, getter=_estimatesRowHeights) BOOL estimatesRowHeights; @property (readonly, nonatomic, getter=_estimatesSectionHeaderHeights) BOOL estimatesSectionHeaderHeights; @property (readonly, nonatomic, getter=_estimatesSectionFooterHeights) BOOL estimatesSectionFooterHeights; @property (readonly, nonatomic, getter=_shouldUseSearchBarHeaderBehavior) BOOL shouldUseSearchBarHeaderBehavior; @property (readonly, nonatomic, getter=_shouldUseNewHeaderFooterBehavior) BOOL shouldUseNewHeaderFooterBehavior; @property (readonly, nonatomic, getter=_scrollView) UIScrollView *scrollView; @property (readonly, nonatomic, getter=_separatorInsetIsRelativeToCellEdges) BOOL separatorInsetIsRelativeToCellEdges; @property (readonly, nonatomic) BOOL usesVariableMargins; @property (readonly, nonatomic) BOOL overlapsSectionHeaderViews; @property (readonly, nonatomic, getter=_backgroundInset) double backgroundInset; @property (readonly, nonatomic, getter=_cellSafeAreaInsets) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } cellSafeAreaInsets; @property (readonly, nonatomic, getter=_topPadding) double topPadding; @property (readonly, nonatomic, getter=_bottomPadding) double bottomPadding; @property (readonly, nonatomic, getter=_isShowingIndex) BOOL showingIndex; @property (readonly, nonatomic, getter=_indexFrame) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } indexFrame; @property (readonly, nonatomic, getter=_indexBarExtentFromEdge) double indexBarExtentFromEdge; @property (readonly, nonatomic, getter=_sectionContentInset) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } sectionContentInset; @property (readonly, nonatomic, getter=_rawSectionContentInset) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } rawSectionContentInset; @property (readonly, nonatomic, getter=_sectionCornerRadius) double sectionCornerRadius; @property (readonly, nonatomic, getter=_sectionContentInsetFollowsLayoutMargins) BOOL sectionContentInsetFollowsLayoutMargins; @property (readonly, nonatomic, getter=_accessoryBaseColor) UIColor *accessoryBaseColor; @property (readonly, nonatomic, getter=_multiselectCheckmarkColor) UIColor *multiselectCheckmarkColor; @property (readonly, nonatomic) BOOL canBeEdited; @property (readonly, nonatomic, getter=_tableStyle) long long tableStyle; @property (readonly, nonatomic, getter=_rawSeparatorInset) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } rawSeparatorInset; @property (readonly, nonatomic, getter=_popoverControllerStyle) long long popoverControllerStyle; @property (readonly, nonatomic, getter=_isInModalViewController) BOOL inModalViewController; @property (readonly, nonatomic, getter=_wasEditing) BOOL wasEditing; @property (readonly, nonatomic, getter=_isEditingForSwipeDeletion) BOOL editingForSwipeDeletion; @property (retain, nonatomic, getter=_swipeToDeleteCell, setter=_setSwipeToDeleteCell:) UITableViewCell *swipeToDeleteCell; + (BOOL)_isInternalTableView; + (void)_initializeForIdiom:(long long)a0; + (BOOL)_supportsInvalidatingFocusCache; + (void)_ensureInitializeSystemAppearanceModifications; + (void)_setupIdiom:(long long)a0 forTableViewStyle:(long long)a1 includingBackground:(BOOL)a2; - (void)willMoveToSuperview:(id)a0; - (void)_didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1; - (void)setDirectionalLayoutMargins:(struct NSDirectionalEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (void)decodeRestorableStateWithCoder:(id)a0; - (void)_wheelChangedWithEvent:(id)a0; - (void)endUpdates; - (void)encodeRestorableStateWithCoder:(id)a0; - (BOOL)_allowsFocusToLeaveViaHeading:(unsigned long long)a0; - (void)setBackgroundColor:(id)a0; - (id)_dragSourceDelegateActual; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 style:(long long)a1; - (id)targetForAction:(SEL)a0 withSender:(id)a1; - (void)_updateBackgroundView; - (BOOL)_scrollsToMakeFirstResponderVisible; - (id)itemContainerViewForSwipeActionController:(id)a0; - (id)_diffableDataSourceImpl; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (void)setLayoutMargins:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_visibleBounds; - (id)contextMenuInteraction:(id)a0 previewForDismissingMenuWithConfiguration:(id)a1; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 forEvent:(struct __GSEvent { } *)a1; - (void)setContentOffset:(struct CGPoint { double x0; double x1; })a0; - (void)setContentSize:(struct CGSize { double x0; double x1; })a0; - (BOOL)_beginTrackingWithEvent:(id)a0; - (void)contextMenuInteraction:(id)a0 willPerformPreviewActionForMenuWithConfiguration:(id)a1 animator:(id)a2; - (void)pressesEnded:(id)a0 withEvent:(id)a1; - (void)_updateContentSize; - (void)_didChangeFromIdiom:(long long)a0 onScreen:(id)a1 traverseHierarchy:(BOOL)a2; - (void)_boundingPathMayHaveChangedForView:(id)a0 relativeToBoundsOriginOnly:(BOOL)a1; - (void)dealloc; - (void)_populateArchivedSubviews:(id)a0; - (id)_dragDestinationDelegateActual; - (void)resizeSubviewsWithOldSize:(struct CGSize { double x0; double x1; })a0; - (long long)layoutDirectionForSwipeActionController:(id)a0; - (void)setRefreshControl:(id)a0; - (void)_moveWithEvent:(id)a0; - (void)setContentInset:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (void)reloadData; - (id)contextMenuInteraction:(id)a0 previewForHighlightingMenuWithConfiguration:(id)a1; - (struct CGSize { double x0; double x1; })_contentSize; - (id)presentationIndexPathForDataSourceIndexPath:(id)a0; - (void)beginUpdates; - (BOOL)canBecomeFocused; - (id)_dropDelegateProxy; - (void)tintColorDidChange; - (void)_notifyDidScroll; - (void)encodeWithCoder:(id)a0; - (void)contextMenuInteraction:(id)a0 willEndForConfiguration:(id)a1 animator:(id)a2; - (void)contextMenuInteraction:(id)a0 willDisplayMenuForConfiguration:(id)a1 animator:(id)a2; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })swipeActionController:(id)a0 extraInsetsForItemAtIndexPath:(id)a1; - (void)setEditing:(BOOL)a0 animated:(BOOL)a1; - (id)preferredFocusedView; - (void)_adjustForAutomaticKeyboardInfo:(id)a0 animated:(BOOL)a1 lastAdjustment:(double *)a2; - (id)swipeActionController:(id)a0 viewForItemAtIndexPath:(id)a1; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)pressesBegan:(id)a0 withEvent:(id)a1; - (id)_dragSourceDelegateProxy; - (id)focusItemsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_accessibilitySetInterfaceStyleIntent:(unsigned long long)a0; - (id)_systemDefaultFocusGroupIdentifier; - (id)cellForRowAtIndexPath:(id)a0; - (void)setFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)setSemanticContentAttribute:(long long)a0; - (void)_addSubview:(id)a0 positioned:(long long)a1 relativeTo:(id)a2; - (void)bringSubviewToFront:(id)a0; - (BOOL)_shouldWrapCells; - (void)pressesChanged:(id)a0 withEvent:(id)a1; - (void)swipeActionController:(id)a0 swipeOccurrence:(id)a1 didChangeStateFrom:(long long)a2 to:(long long)a3; - (BOOL)swipeActionController:(id)a0 mayBeginSwipeForItemAtIndexPath:(id)a1; - (id)keyCommands; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void)_layoutMarginsDidChangeFromOldMargins:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (BOOL)isSpringLoaded; - (void)setSpringLoaded:(BOOL)a0; - (struct _NSRange { unsigned long long x0; unsigned long long x1; })_visibleGlobalRows; - (id)contextMenuInteraction:(id)a0 configurationForMenuAtLocation:(struct CGPoint { double x0; double x1; })a1; - (void)setBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)sendSubviewToBack:(id)a0; - (void)swipeActionController:(id)a0 willBeginSwipeForItemAtIndexPath:(id)a1; - (id)gestureRecognizerViewForSwipeActionController:(id)a0; - (id)_dragDestinationDelegateProxy; - (void)_safeAreaInsetsDidChangeFromOldInsets:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (id)_childFocusRegionsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 inCoordinateSpace:(id)a1; - (id)_focusScrollBoundaryMetricsForItem:(id)a0; - (id)swipeActionController:(id)a0 leadingSwipeConfigurationForItemAtIndexPath:(id)a1; - (id)_sectionIndex; - (void).cxx_destruct; - (BOOL)_isReordering; - (void)_rectChangedWithNewSize:(struct CGSize { double x0; double x1; })a0 oldSize:(struct CGSize { double x0; double x1; })a1; - (void)setShowsVerticalScrollIndicator:(BOOL)a0; - (void)setShowsHorizontalScrollIndicator:(BOOL)a0; - (id)_dropDelegateActual; - (void)performBatchUpdates:(id /* block */)a0 completion:(id /* block */)a1; - (void)setLayoutMarginsFollowReadableWidth:(BOOL)a0; - (unsigned long long)_focusPrimaryScrollableAxis; - (void)moveRowAtIndexPath:(id)a0 toIndexPath:(id)a1; - (BOOL)_shouldDrawThickSeparators; - (long long)numberOfRowsInSection:(long long)a0; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (id)_dragDelegateProxy; - (void)_scrollViewAnimationEnded:(id)a0 finished:(BOOL)a1; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (id)dataSourceIndexPathForPresentationIndexPath:(id)a0; - (void)layoutSubviews; - (BOOL)swipeActionController:(id)a0 insertActionsView:(id)a1 forItemAtIndexPath:(id)a2; - (void)touchesMoved:(id)a0 withEvent:(id)a1; - (void)swipeActionController:(id)a0 didEndSwipeForItemAtIndexPath:(id)a1; - (id)_dragDelegateActual; - (BOOL)touchesShouldCancelInContentView:(id)a0; - (void)_setUpContentFocusContainerGuide; - (id)swipeActionController:(id)a0 indexPathForTouchLocation:(struct CGPoint { double x0; double x1; })a1; - (void)swipeActionController:(id)a0 cleanupActionsView:(id)a1 forItemAtIndexPath:(id)a2; - (BOOL)layoutMarginsFollowReadableWidth; - (void)pressesCancelled:(id)a0 withEvent:(id)a1; - (void)awakeFromNib; - (id)initWithCoder:(id)a0; - (void)didMoveToWindow; - (id)swipeActionController:(id)a0 trailingSwipeConfigurationForItemAtIndexPath:(id)a1; - (long long)_dataOwnerForDragSession:(id)a0 atIndexPath:(id)a1; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)_addIndexToAppropriateContainer; - (void)_animateLiftOfRowsAtIndexPaths:(id)a0; - (BOOL)_canBeginDragAtPoint:(struct CGPoint { double x0; double x1; })a0 indexPath:(id)a1; - (BOOL)_canSelectRowContainingHitView:(id)a0; - (void)_cellDidShowSelectedBackground:(id)a0; - (double)_clientRequestedFillerRowHeight; - (double)_contentWidthForCell:(id)a0 forRowAtIndexPath:(id)a1 usingPresentationValues:(BOOL)a2; - (BOOL)_delegateWantsHeaderForSection:(long long)a0; - (long long)_editingStyleForRowAtIndexPath:(id)a0; - (id)_existingCellForRowAtIndexPath:(id)a0; - (void)_forciblyCancelPendingSelection; - (double)_heightForHeaderView:(id)a0 inSection:(long long)a1; - (BOOL)_isReorderControlActiveForCell:(id)a0; - (void)_performRevertingShadowUpdates:(id /* block */)a0; - (BOOL)_remembersPreviouslyFocusedItem; - (void)_selectRowsAtIndexPaths:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2 notifyDelegate:(BOOL)a3; - (void)_selectionInteractionDidSelect:(id)a0; - (void)_sendDidEndEditingForIndexPath:(id)a0; - (void)_setIsAncestorOfFirstResponder:(BOOL)a0; - (void)_setSectionHeaderFooterPadding:(double)a0; - (void)_setSelfSizingInvalidationMode:(long long)a0; - (void)_setTopPadding:(double)a0; - (void)_suspendReloads; - (BOOL)_swipeDeletionStateHasBeenReset; - (void)performUsingPresentationValues:(id /* block */)a0; - (BOOL)_allowsReorderingWhenNotEditing; - (void)_cellDidHideSelectedBackground:(id)a0; - (id)_delegateActual; - (BOOL)_delegateWantsFooterForSection:(long long)a0; - (void)_handleUserInterfaceIdiomChange; - (double)_heightForFooterView:(id)a0 inSection:(long long)a1; - (double)_heightForShadowRowAtIndexPath:(id)a0; - (id)_indexRetargetFeedbackGenerator; - (id)_nibMapForType:(int)a0; - (void)_prepareToLiftRowsAtIndexPaths:(id)a0; - (void)_reorderPositionChangedForCell:(id)a0; - (id)_reorderingCell; - (void)_setExternalObjectTable:(id)a0 forNibLoadingOfCellWithReuseIdentifier:(id)a1; - (BOOL)_shouldApplyReadableWidthInsets; - (BOOL)_shouldBecomeFocusedOnSelection; - (id)_targetIndexPathAtPoint:(struct CGPoint { double x0; double x1; })a0 withLastTargetIndexPath:(id)a1 adjustedForGap:(BOOL)a2; - (void)_updateShowScrollIndicatorsFlag; - (void)_updateWithItems:(id)a0 updateSupport:(id)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })rectForSection:(long long)a0; - (void)setCountString:(id)a0; - (void)_Bug_Detected_In_Client_Of_UITableView_Invalid_Batch_Updates:(id)a0; - (void)_Bug_Detected_In_Client_Of_UITableView_Invalid_Number_Of_Rows_In_Section:(id)a0; - (void)_Bug_Detected_In_Client_Of_UITableView_Invalid_Number_Of_Sections:(id)a0; - (void)_accessoryButtonAction:(id)a0; - (long long)_accessoryTypeForCell:(id)a0 forRowAtIndexPath:(id)a1; - (id)_activeSourceDragSession; - (void)_addContentSubview:(id)a0 atBack:(BOOL)a1; - (id)_addToShadowUpdatesControllerIfNeeded:(id)a0; - (void)_adjustCountLabel; - (void)_adjustExtraSeparators; - (struct CGPoint { double x0; double x1; })_adjustFocusContentOffset:(struct CGPoint { double x0; double x1; })a0 toShowFocusItemWithInfo:(id)a1; - (void)_adjustPreReloadStateForRestoringContentOffsetWithUpdateItems:(id)a0 updateSupport:(id)a1; - (void)_adjustReusableTableCells; - (void)_adjustTableHeaderAndFooterViews; - (id)_adjustedIndexPath:(id)a0 forMoveOfIndexPath:(id)a1 toIndexPath:(id)a2; - (BOOL)_allowsEffectiveFocus; - (BOOL)_allowsEffectiveMultipleSelection; - (BOOL)_allowsEffectiveSelection; - (BOOL)_allowsEffectiveSelectionOrCustomActionAtIndexPath:(id)a0; - (BOOL)_allowsSelectionOfPendingSelectionIndexPath:(id)a0; - (void)_animateDeletionOfRowAtIndexPath:(id)a0; - (void)_animateDeletionOfRowWithCell:(id)a0; - (void)_animateDragCancelForCell:(id)a0; - (void)_animateScanlineViewForCell:(id)a0 occurrence:(id)a1 actionsView:(id)a2; - (void)_animateSwipeCancelation; - (void)_animateSwipeOccurrenceAction:(id)a0 alongsideCell:(id)a1 animation:(id)a2; - (void)_animateTableViewContentToNewLayout; - (void)_animateTableViewContentToNewLayoutWithDuration:(double)a0 reorderingCell:(id)a1 additionalAnimations:(id /* block */)a2; - (void)_applyAppearanceDefaultsForStyle:(long long)a0; - (void)_applyCoalescedContentSizeUpdates; - (void)_applyContentSizeDeltaImmediately:(double)a0; - (id)_arrayForUpdateAction:(int)a0; - (void)_autoscrollForReordering:(id)a0; - (id)_backgroundColorForDeleteConfirmationButtonForRowAtIndexPath:(id)a0; - (id)_backgroundColorForSwipeAccessoryButtonForRowAtIndexPath:(id)a0; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })_backgroundContentInset; - (id)_backgroundEffects; - (void)_beginAnimatingCells; - (void)_beginAnimatingDropIntoCell:(id)a0; - (id)_beginAnimatingDropOfCell:(id)a0 isCanceling:(BOOL)a1; - (void)_beginDragAndDropReorderingOfIndexPath:(id)a0 cell:(id)a1; - (BOOL)_beginReorderingForCell:(id)a0 touch:(id)a1; - (void)_beginSuspendingUpdates; - (long long)_bottomSeparatorInsetBehaviorForCellAtIndexPath:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_boundsForIndexOverlay; - (struct _UITableViewVisibleCellsUpdateRanges { struct _NSRange { unsigned long long x0; unsigned long long x1; } x0; struct _NSRange { unsigned long long x0; unsigned long long x1; } x1; struct _NSRange { unsigned long long x0; unsigned long long x1; } x2; struct _NSRange { unsigned long long x0; unsigned long long x1; } x3; struct _NSRange { unsigned long long x0; unsigned long long x1; } x4; BOOL x5; })_calculateVisibleCellsUpdateRangesForGlobalRowRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a0 createIfNecessary:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_calloutTargetRectForCell:(id)a0; - (BOOL)_canBeginMenuInteractionAtLocation:(struct CGPoint { double x0; double x1; })a0; - (BOOL)_canEditRowAtIndexPath:(id)a0; - (BOOL)_canFocusCell:(id)a0; - (BOOL)_canHandleDropSession:(id)a0; - (BOOL)_canMoveRowAtIndexPath:(id)a0; - (BOOL)_canPerformAction:(SEL)a0 forCell:(id)a1 sender:(id)a2; - (BOOL)_canPerformPrimaryActionForRowAtIndexPath:(id)a0; - (BOOL)_canReorderRowAtIndexPath:(id)a0; - (BOOL)_canRowBeIncludedInMultipleSelection:(id)a0; - (void)_cancelCellReorder:(BOOL)a0; - (id)_cellContainerView; - (void)_cellDidBecomeFocused:(id)a0; - (void)_cellDidBecomeUnfocused:(id)a0; - (void)_cellDidInvalidateIntrinsicContentSize:(id)a0; - (long long)_cellFocusItemDeferral:(id)a0; - (id)_cellForRowAtIndexPath:(id)a0 usingPresentationValues:(BOOL)a1; - (id)_cellForShadowRowAtIndexPath:(id)a0; - (double)_cellIndexBarExtentFromEdge; - (BOOL)_cellPrefetchingAllowed; - (id)_cellReuseMapForType:(int)a0; - (BOOL)_cellsSelfSize; - (id)_classMapForType:(int)a0; - (double)_classicHeightForFooterInSection:(long long)a0; - (double)_classicHeightForHeaderInSection:(long long)a0; - (double)_classicHeightForRowAtIndexPath:(id)a0; - (void)_cleanupStateFromDeleteConfirmation; - (BOOL)_clearBlendingViewAllowed; - (void)_clearNeedsRecomputeHeightsForInvalidatedElements; - (void)_coalesceContentSizeUpdateWithDelta:(double)a0; - (BOOL)_commitPlaceholderInsertionWithContext:(id)a0 dataSourceUpdates:(id /* block */)a1; - (double)_computeOffsetOfFirstVisibleCellWithIndexPath:(id)a0; - (void)_configureBackgroundView; - (void)_configureCachedCellForDisplay:(id)a0 forIndexPath:(id)a1; - (void)_configureCellForDisplay:(id)a0 forIndexPath:(id)a1; - (void)_configureCellPrefetchingHandlers; - (void)_configureContextMenuInteractionIfNeeded; - (void)_configureDataSourcePrefetchingHandlers; - (void)_configureIndexOverlayIndicatorViewIfNecessary; - (void)_configureIndexOverlaySelectionViewIfNecessary; - (void)_configureTableHeaderFooterView:(id)a0 forHeader:(BOOL)a1 section:(long long)a2 floating:(BOOL)a3 withTitle:(id)a4 detailText:(id)a5 textAlignment:(long long)a6 fromClient:(BOOL)a7; - (double)_contentBottomForScrollObservation; - (id)_contentFocusContainerGuide; - (struct CGPoint { double x0; double x1; })_contentOffsetForLowFidelityScrollInDirection:(struct CGPoint { double x0; double x1; })a0 duration:(double *)a1; - (struct CGPoint { double x0; double x1; })_contentOffsetForScrollingToRowAtIndexPath:(id)a0 atScrollPosition:(long long)a1; - (struct CGPoint { double x0; double x1; })_contentOffsetForScrollingToRowAtIndexPath:(id)a0 atScrollPosition:(long long)a1 usingPresentationValues:(BOOL)a2; - (double)_contentOffsetYForRestoringScrollPositionOfFirstVisibleRowWithContentInsetTop:(double)a0 canGuessHeights:(BOOL)a1; - (id)_contentSubviews; - (double)_contentWidthForCell:(id)a0 forRowAtIndexPath:(id)a1; - (id)_contextualActionForDeletingRowAtIndexPath:(id)a0 performsFirstActionWithFullSwipe:(BOOL *)a1; - (id)_contextualActionForDeletingRowAtIndexPath:(id)a0 usingPresentationValues:(BOOL)a1; - (unsigned long long)_countStringRowCount; - (void)_createOrUninstallDragAndDropControllersIfNeeded; - (id)_createPreparedCellForGlobalRow:(long long)a0 willDisplay:(BOOL)a1; - (id)_createPreparedCellForGlobalRow:(long long)a0 withIndexPath:(id)a1 willDisplay:(BOOL)a2; - (id)_createPreparedCellForRowAtIndexPath:(id)a0 willDisplay:(BOOL)a1; - (id)_currentIndexPathForExistingShadowInsertUpdate:(id)a0; - (id)_currentIndexPathForPlaceholder:(id)a0; - (long long)_currentSectionIndexTitleIndex; - (void)_darkenedSystemColorsChanged; - (long long)_dataOwnerForDropSession:(id)a0 atIndexPath:(id)a1; - (id)_dataSourceActual; - (BOOL)_dataSourceHasSectionIndexTitlesForTableView; - (double)_dataSourceHeightForFooterInSection:(long long)a0; - (double)_dataSourceHeightForHeaderInSection:(long long)a0; - (double)_dataSourceHeightForRowAtIndexPath:(id)a0; - (BOOL)_dataSourceImplementsCanUpdateRowAtIndexPath; - (BOOL)_dataSourceImplementsDetailTextForHeaderInSection; - (BOOL)_dataSourceImplementsNumberOfSectionsInTableView; - (BOOL)_dataSourceImplementsTitleForFooterInSection; - (BOOL)_dataSourceImplementsTitleForHeaderInSection; - (id)_dataSourceIndexPathForPresentationIndexPath:(id)a0; - (long long)_dataSourceNumberOfItemsInSection:(long long)a0; - (long long)_dataSourceNumberOfSections; - (id)_dataSourceProxy; - (long long)_dataSourceSectionIndexForPresentationSectionIndex:(long long)a0; - (id)_dataSourceSectionIndexTitles; - (BOOL)_defaultAllowsFocus; - (BOOL)_defaultAllowsFocusDuringEditing; - (id)_defaultBackgroundView; - (id)_defaultContextMenuTargetedPreviewForIdentifier:(id)a0; - (double)_defaultFillerRowHeight; - (id)_defaultSeparatorColor; - (BOOL)_delegateAllowsHighlightingItemAtIndexPath:(id)a0; - (BOOL)_delegateImplementsAlignmentForFooterInSection; - (BOOL)_delegateImplementsAlignmentForHeaderInSection; - (BOOL)_delegateImplementsEstimatedHeightForRowAtIndexPath; - (BOOL)_delegateImplementsEstimatedHeightForSectionFooter; - (BOOL)_delegateImplementsEstimatedHeightForSectionHeader; - (BOOL)_delegateImplementsHeightForFooterInSection; - (BOOL)_delegateImplementsHeightForHeaderInSection; - (BOOL)_delegateImplementsHeightForRowAtIndexPath; - (BOOL)_delegateImplementsMarginForTableView; - (BOOL)_delegateImplementsTitleWidthForFooterInSection; - (BOOL)_delegateImplementsTitleWidthForHeaderInSection; - (BOOL)_delegateImplementsViewForFooterInSection; - (BOOL)_delegateImplementsViewForHeaderInSection; - (id)_delegatePreferredIndexPath; - (id)_delegateProxy; - (BOOL)_delegateSupportsPrimaryAction; - (id)_delegateViewForFooterInSection:(long long)a0; - (id)_delegateViewForHeaderInSection:(long long)a0; - (BOOL)_delegateWantsFooterTitleForSection:(long long)a0; - (BOOL)_delegateWantsHeaderTitleForSection:(long long)a0; - (void)_deleteAllPlaceholderCells; - (id)_deletePlaceholderForContext:(id)a0; - (id)_dequeueReusableCellWithIdentifier:(id)a0 forIndexPath:(id)a1 usingPresentationValues:(BOOL)a2; - (id)_dequeueReusableViewOfType:(int)a0 withIdentifier:(id)a1; - (void)_deselectAllNonMultiSelectRowsAnimated:(BOOL)a0; - (void)_deselectAllNonMultiSelectRowsAnimated:(BOOL)a0 notifyDelegate:(BOOL)a1; - (void)_deselectAllRowsAnimated:(BOOL)a0 notifyDelegate:(BOOL)a1 excludingMultiSelectRows:(BOOL)a2; - (void)_deselectRowAtIndexPath:(id)a0 animated:(BOOL)a1 notifyDelegate:(BOOL)a2; - (void)_deselectRowsAtIndexPaths:(id)a0 animated:(BOOL)a1 notifyDelegate:(BOOL)a2; - (id)_detailTextForHeaderInSection:(long long)a0; - (void)_didInsertRowForTableCell:(id)a0; - (BOOL)_disableReuseQueuePurgeOnTextSizeChanges; - (BOOL)_displaysCellContentStringsOnTapAndHold; - (void)_distributeSeparatorColor:(id)a0; - (void)_downArrowLongPress:(id)a0; - (void)_downArrowTap:(id)a0; - (BOOL)_dragAndDropUsedForReordering; - (id)_dragPreviewParametersForIndexPath:(id)a0; - (BOOL)_dragSessionAllowsMoveOperation:(id)a0; - (void)_dragSessionDidEnd:(id)a0; - (BOOL)_dragSessionIsRestrictedToDraggingApplication:(id)a0; - (id)_dragSessionPropertiesForSession:(id)a0; - (void)_dragSessionWillBegin:(id)a0; - (id)_draggedIndexPath; - (void)_draggingReorderingCell:(id)a0 yDelta:(double)a1 touch:(id)a2; - (void)_drawExtraSeparator:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (BOOL)_drawsSeparatorAtTopOfSections; - (BOOL)_drawsTopShadowInGroupedSections; - (void)_dropEnded:(id)a0; - (void)_dropEntered:(id)a0; - (void)_dropExited:(id)a0; - (id)_dropPreviewParametersForIndexPath:(id)a0; - (unsigned long long)_edgesApplyingBaseInsetsToIndexBarInsets; - (BOOL)_effectiveDefaultAllowsFocus; - (void)_endAnimatingCells; - (void)_endAnimatingDropIntoCell:(id)a0; - (void)_endAnimatingDropOfCell:(id)a0; - (void)_endCellAnimationsWithContext:(id)a0; - (void)_endCellReorderAnimation:(BOOL)a0 wasCancelled:(BOOL)a1; - (void)_endDragAndDropReordering; - (void)_endReorderingForCell:(id)a0 wasCancelled:(BOOL)a1 animated:(BOOL)a2; - (void)_endSuspendingUpdates; - (void)_endSwipeToDeleteRowDidDelete:(BOOL)a0; - (void)_endUpdatingVisibleCells:(BOOL)a0 originalContentOffset:(struct CGPoint { double x0; double x1; })a1 originalContentHeight:(double)a2 focusedView:(id)a3 focusedViewType:(int)a4; - (void)_ensurePreReloadVisibleRowRangeIsValidWithPostReloadRowCount:(long long)a0; - (void)_ensureReturnedView:(id)a0 isNotContainedInReusePoolForViewType:(int)a1; - (void)_ensureRowDataIsLoaded; - (void)_ensureViewsAreLoadedInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (double)_estimatedHeightForFooterInSection:(long long)a0; - (double)_estimatedHeightForHeaderInSection:(long long)a0; - (double)_estimatedHeightForRowAtIndexPath:(id)a0; - (id)_existingFooterViewForSection:(long long)a0; - (id)_existingHeaderViewForSection:(long long)a0; - (id)_expectedDiffableUpdateItem; - (double)_externalIndexWidth; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_floatingRectForFooterInSection:(long long)a0 heightCanBeGuessed:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_floatingRectForHeaderInSection:(long long)a0 heightCanBeGuessed:(BOOL)a1; - (id)_focusFastScrollingIndexBarEntries; - (id)_focusPromiseRegionsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)_footerViewForSection:(long long)a0 usingPresentationValues:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_frameForWrapper; - (id)_fulfillPromisedFocusRegionForCell:(id)a0; - (id)_gapIndexPath; - (id)_generateDeletedOrMovedRowsIndexSetFromUpdateItems:(id)a0 updateSupport:(id)a1 preReloadFirstVisibleRowIndexPath:(id)a2 outReloadedRowNewIndexPath:(out id *)a3; - (void)_getGradientMaskBounds:(out struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } *)a0 startInsets:(out struct UIEdgeInsets { double x0; double x1; double x2; double x3; } *)a1 endInsets:(out struct UIEdgeInsets { double x0; double x1; double x2; double x3; } *)a2 intensities:(out struct UIEdgeInsets { double x0; double x1; double x2; double x3; } *)a3; - (long long)_globalReorderingRow; - (void)_handleNudgeInDirection:(long long)a0; - (BOOL)_hasActiveDrag; - (BOOL)_hasActiveDrop; - (BOOL)_hasContentForBarInteractions; - (BOOL)_hasFocusedCellForIndexPath:(id)a0; - (BOOL)_hasHeaderFooterBelowRowAtIndexPath:(id)a0; - (BOOL)_hasSwipeToDeleteRow; - (BOOL)_hasUncommittedUpdates; - (BOOL)_headerAndFooterViewsFloat; - (void)_headerFooterDidInvalidateIntrinsicContentSize:(id)a0; - (id)_headerViewForSection:(long long)a0 usingPresentationValues:(BOOL)a1; - (double)_heightForCell:(id)a0 atIndexPath:(id)a1; - (double)_heightForFooterInSection:(long long)a0; - (double)_heightForHeaderInSection:(long long)a0; - (double)_heightForRowAtIndexPath:(id)a0; - (double)_heightForSeparator; - (void)_hideIndexOverlay; - (void)_hideIndexOverlay:(id)a0; - (void)_hideSeparatorForRowAtIndexPath:(id)a0; - (void)_highlightCell:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2 highlight:(BOOL)a3; - (void)_highlightDidEndForCell:(id)a0 withInteraction:(id)a1; - (BOOL)_highlightFirstVisibleRowIfAppropriate; - (BOOL)_highlightRowAtIndexPath:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2 usingPresentationValues:(BOOL)a3; - (void)_highlightSpringLoadedRowAtIndexPath:(id)a0; - (id)_identityTracker:(BOOL)a0; - (BOOL)_ignoreCopyFilterForTableAnimations; - (id)_indexBarEntries; - (id)_indexPathForCell:(id)a0 usingPresentationValues:(BOOL)a1; - (id)_indexPathForRowAtPoint:(struct CGPoint { double x0; double x1; })a0 usingPresentationValues:(BOOL)a1; - (id)_indexPathForSelectedRowUsingPresentationValues:(BOOL)a0; - (id)_indexPathForSpringLoadingAtPoint:(struct CGPoint { double x0; double x1; })a0; - (id)_indexPathForTentativeCell:(id)a0; - (BOOL)_indexPathIsValid:(id)a0; - (id)_indexPathsForHighlightedRows; - (id)_indexPathsForHighlightedRowsUsingPresentationValues:(BOOL)a0; - (id)_indexPathsForRowsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 usingPresentationValues:(BOOL)a1; - (id)_indexPathsForSelectedRowsUsingPresentationValues:(BOOL)a0; - (id)_indexPathsForVisibleRowsUsingPresentationValues:(BOOL)a0; - (BOOL)_inferFocusabilityForCell:(id)a0 atIndexPath:(id)a1; - (void)_initializeTentativeViewContainers; - (id)_insertPlaceholderAtIndexPath:(id)a0 withContext:(id)a1; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })_insetsForIndexBar; - (void)_invalidateForTopOrBottomPaddingChange:(BOOL)a0; - (void)_invalidateLayoutForVisibleBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 oldVisibleBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1; - (BOOL)_isCellReorderable:(id)a0; - (BOOL)_isEditingRowAtIndexPath:(id)a0; - (BOOL)_isEditingWithNoSwipedCell; - (BOOL)_isFirstResponderInDeletedSectionOrRow:(id)a0; - (BOOL)_isFocusedViewInDeletedSectionOrRow:(id)a0; - (BOOL)_isLastRowForIndexPath:(id)a0; - (BOOL)_isPerformingRevertingShadowUpdates; - (BOOL)_isPerformingShadowUpdates; - (BOOL)_isRowMultiSelect:(id)a0; - (BOOL)_isRowMultiSelect:(id)a0 followingMacBehavior:(BOOL)a1; - (BOOL)_isScrolledToTop; - (BOOL)_isScrolledToTopAtContentOffsetY:(double)a0; - (BOOL)_isTableHeaderViewHidden; - (BOOL)_isTopHeaderForSection:(long long)a0; - (id)_itemsForAddingToDragSession:(id)a0 atIndexPath:(id)a1 point:(struct CGPoint { double x0; double x1; })a2 withDataOwner:(long long)a3; - (id)_itemsForBeginningDragSession:(id)a0 atIndexPath:(id)a1; - (void)_languageChanged; - (long long)_lastGlobalRowIndex; - (void)_layoutAdjustmentsDidChange; - (void)_longPressNudgeScrollToRow:(long long)a0 position:(long long)a1; - (id)_managedSubviewForView:(id)a0 viewType:(int *)a1 indexPath:(out id *)a2; - (long long)_mappedStyle:(long long)a0; - (double)_marginWidth; - (double)_maxTitleWidthForFooterInSection:(long long)a0; - (double)_maxTitleWidthForHeaderInSection:(long long)a0; - (id)_moveRowAtIndexPath:(id)a0 toIndexPath:(id)a1 usingPresentationValues:(BOOL)a2; - (id)_moveSection:(long long)a0 toSection:(long long)a1 usingPresentationValues:(BOOL)a2; - (void)_moveSectionIndexTitleIndexToIndex:(long long)a0 highlight:(BOOL)a1; - (id)_nearestCellToPoint:(struct CGPoint { double x0; double x1; })a0; - (id)_newSectionViewWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forSection:(long long)a1 isHeader:(BOOL)a2; - (id)_nibExternalObjectsTablesForType:(int)a0; - (void)_notifyDataSourceForMoveOfRowFromIndexPath:(id)a0 toIndexPath:(id)a1; - (void)_notifyDidEndDisplayingCell:(id)a0 forIndexPath:(id)a1; - (void)_notifyDidEndDisplayingHeaderFooterView:(id)a0 forSection:(long long)a1 isHeader:(BOOL)a2; - (void)_notifyWillDisplayCell:(id)a0 forIndexPath:(id)a1; - (void)_notifyWillDisplayHeaderFooterView:(id)a0 forSection:(long long)a1 isHeader:(BOOL)a2; - (void)_nudgeScroll:(long long)a0; - (void)_numberOfRowsDidChange; - (long long)_numberOfRowsInSection:(long long)a0; - (long long)_numberOfRowsInSection:(long long)a0 usingPresentationValues:(BOOL)a1; - (long long)_numberOfSections; - (long long)_numberOfSectionsUsingPresentationValues:(BOOL)a0; - (BOOL)_pathIsHidden:(id)a0; - (void)_performAction:(SEL)a0 forCell:(id)a1 sender:(id)a2; - (void)_performBatchUpdates:(id /* block */)a0 completion:(id /* block */)a1; - (void)_performBatchUpdates:(id /* block */)a0 withContext:(id)a1 completion:(id /* block */)a2; - (void)_performDiffableUpdate:(id /* block */)a0; - (void)_performDrop:(id)a0 withDropCoordinator:(id)a1 forceHandleAsReorder:(BOOL)a2; - (void)_performInternalBatchUpdates:(id /* block */)a0; - (void)_performInternalReloadData; - (id)_performShadowUpdates:(id /* block */)a0; - (void)_performUsingPresentationValues:(id /* block */)a0; - (BOOL)_pinsTableHeaderView; - (id)_placeholderContextForIndexPath:(id)a0; - (id)_popReusableHeaderView:(BOOL)a0; - (void)_prefetchCellAtGlobalRow:(long long)a0 aboveVisibleRange:(BOOL)a1; - (id)_prefetchDataSourceActual; - (id)_prefetchDataSourceProxy; - (id)_prefetchedCellForRowAtIndexPath:(id)a0 willDisplay:(BOOL)a1; - (void)_prepareForRowDataHeaderFooterSizing; - (void)_prepareHighlightForCell:(id)a0 withInteraction:(id)a1; - (void)_preparePrefetchContext; - (void)_prepareToSizeView:(id)a0; - (id)_preparedCells; - (id)_presentationIndexPathForDataSourceIndexPath:(id)a0; - (long long)_presentationSectionIndexForDataSourceSectionIndex:(long long)a0; - (void)_prolongIndexOverlayTimer; - (void)_purgeReuseQueues; - (void)_reapTentativeViews; - (void)_rebaseExistingShadowUpdatesIfNecessaryWithSortedInsertItems:(id)a0 sortedDeleteItems:(id)a1 sortedMoveItems:(id)a2; - (void)_rebuildGeometry; - (void)_rebuildGeometryForcingRowDataUpdate:(BOOL)a0 skipContentOffsetAdjustment:(BOOL)a1 updateImmediatelyIfPossible:(BOOL)a2; - (void)_rebuildGeometryWithCompatibility; - (BOOL)_recomputeHeightForCell:(id)a0 atIndexPath:(id)a1; - (BOOL)_recomputeHeightForHeaderOrFooter:(BOOL)a0 view:(id)a1 inSection:(long long)a2; - (void)_recomputeHeightsForInvalidatedElementsIfNeeded; - (void)_recomputeSectionIndexTitleIndex; - (void)_reconfigureCell:(id)a0 forRowAtIndexPath:(id)a1; - (void)_reconfigureRowAtIndexPath:(id)a0 usingPresentationValues:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForFooterInSection:(long long)a0 usingPresentationValues:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForHeaderInSection:(long long)a0 usingPresentationValues:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForRowAtIndexPath:(id)a0 canGuess:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForRowAtIndexPath:(id)a0 usingPresentationValues:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForSection:(long long)a0 usingPresentationValues:(BOOL)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForTableFooterView; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_rectForTableHeaderView; - (void)_registerThing:(id)a0 asNib:(BOOL)a1 forViewType:(int)a2 withReuseIdentifer:(id)a3; - (void)_reloadDataIfNeeded; - (void)_reloadSectionHeaderFooters:(id)a0 withRowAnimation:(long long)a1; - (void)_removeAllVisibleCells; - (void)_removeAndResetAllVisibleCells; - (void)_removeDropTargetAndResetAppearance; - (void)_removeIndex; - (void)_removeOrphanedViews:(id)a0; - (void)_removeTableViewGestureRecognizers; - (id)_reorderFeedbackGenerator; - (void)_reorderPositionChangedForCell:(id)a0 withScrollFactorPercentage:(float)a1; - (id)_reorderingIndexPath; - (id)_reorderingSupport; - (void)_requestAppropriateFocusUpdate; - (void)_resetAllShadowUpdates; - (void)_resetDarkenedSeparatorColor; - (void)_resetDragSwipeAndTouchSelectFlags; - (void)_resetOrRebaseFocusedViewWithUpdateSupport:(id)a0 indexPathMapping:(id /* block */)a1; - (void)_resetSwipeActionController; - (void)_resetUpdateItemArrays; - (void)_resignOrRebaseFirstResponderViewWithUpdateSupport:(id)a0 indexPathMapping:(id /* block */)a1; - (id)_resolvedDropProposalAfterAdditionalHitTestingForIndexPath:(id)a0 dropSession:(id)a1 dropOperation:(unsigned long long)a2 dropIntent:(long long)a3 dropProposal:(id)a4; - (id)_resolvedTableConstants; - (void)_restoreOrAdjustContentOffsetWithRowCount:(long long)a0 initialContentInsetTop:(double)a1; - (void)_resumeReloads; - (BOOL)_retargetScrollAnimation; - (id)_retargetedReorderIndexPathForInitialIndexPath:(id)a0 proposedIndexPath:(id)a1; - (void)_reuseHeaderFooterView:(id)a0 isHeader:(BOOL)a1 forSection:(long long)a2; - (void)_reusePrefetchedCell:(id)a0 withIndexPath:(id)a1; - (void)_reusePreviouslyFocusedTableViewSubviewIfNeeded:(id)a0 viewType:(int)a1 indexPath:(id)a2; - (void)_reuseTableViewCell:(id)a0 withIndexPath:(id)a1 didEndDisplaying:(BOOL)a2; - (void)_reuseTableViewSubview:(id)a0 viewType:(int)a1; - (id)_revertExistingShadowInsertUpdate:(id)a0 withAlongsideUpdates:(id /* block */)a1; - (id)_rowData; - (id)_rowsToIncludeInDragSession:(id)a0 atIndexPath:(id)a1 withDataOwner:(long long)a2; - (void)_scheduleAdjustExtraSeparators; - (void)_scrollFirstResponderCellToVisible:(BOOL)a0; - (id)_scrollTestExtraResults; - (void)_scrollToRowAtIndexPath:(id)a0 atScrollPosition:(long long)a1 animated:(BOOL)a2 usingPresentationValues:(BOOL)a3; - (void)_scrollToTopHidingTableHeader:(BOOL)a0; - (void)_scrollToTopHidingTableHeaderIfNecessary:(BOOL)a0; - (void)_scrollViewDidEndDraggingWithDeceleration:(BOOL)a0; - (void)_scrollViewWillEndDraggingWithVelocity:(struct CGPoint { double x0; double x1; })a0 targetContentOffset:(struct CGPoint { double x0; double x1; } *)a1; - (id)_sectionFooterViewWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forSection:(long long)a1 floating:(BOOL)a2 reuseViewIfPossible:(BOOL)a3 willDisplay:(BOOL)a4; - (long long)_sectionForFooterView:(id)a0; - (long long)_sectionForHeaderView:(id)a0; - (double)_sectionHeaderFooterPadding; - (id)_sectionHeaderView:(BOOL)a0 withFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 forSection:(long long)a2 floating:(BOOL)a3 reuseViewIfPossible:(BOOL)a4 willDisplay:(BOOL)a5; - (id)_sectionHeaderViewWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forSection:(long long)a1 floating:(BOOL)a2 reuseViewIfPossible:(BOOL)a3 willDisplay:(BOOL)a4; - (void)_sectionIndexChanged:(id)a0; - (long long)_sectionIndexChangedToIndex:(long long)a0 title:(id)a1; - (id)_sectionIndexColor; - (void)_sectionIndexTouchesBegan:(id)a0; - (void)_sectionIndexTouchesEnded:(id)a0; - (id)_sectionIndexTrackingBackgroundColor; - (struct _NSRange { unsigned long long x0; unsigned long long x1; })_sectionsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_selectAllSelectedRows; - (void)_selectRowAtIndexPath:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2 notifyDelegate:(BOOL)a3; - (void)_selectRowAtIndexPath:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2 notifyDelegate:(BOOL)a3 isCellMultiSelect:(BOOL)a4 deselectPrevious:(BOOL)a5 performCustomSelectionAction:(BOOL)a6; - (void)_selectedIndexPathsDidChange; - (void)_selectionInteractionDidBeginHinting:(id)a0; - (void)_selectionInteractionDidCancelHinting:(id)a0; - (BOOL)_selectionInteractionShouldBegin:(id)a0; - (long long)_selfSizingInvalidationMode; - (void)_sendGeometryAffectingContentBottomChangedToScrollObservers; - (void)_sendWillBeginEditingForIndexPath:(id)a0; - (long long)_separatorBackdropOverlayBlendMode; - (BOOL)_separatorsDrawAsOverlay; - (void)_setAccessoryBaseColor:(id)a0; - (void)_setAllowsReorderingWhenNotEditing:(BOOL)a0; - (void)_setBackgroundColor:(id)a0 animated:(BOOL)a1; - (void)_setBackgroundEffects:(id)a0; - (void)_setBottomPadding:(double)a0; - (void)_setCellsSelfSize:(BOOL)a0; - (void)_setClearBlendingViewCompositingFilter; - (void)_setDefaultGradientMaskInsets; - (void)_setDefaultLayoutMargins:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (void)_setDisableReuseQueuePurgeOnTextSizeChanges:(BOOL)a0; - (void)_setDisplaysCellContentStringsOnTapAndHold:(BOOL)a0; - (void)_setDrawsSeparatorAtTopOfSections:(BOOL)a0; - (void)_setDrawsTopShadowInGroupedSections:(BOOL)a0; - (void)_setEditing:(BOOL)a0 animated:(BOOL)a1 forced:(BOOL)a2; - (void)_setExternalObjectTable:(id)a0 forNibLoadingOfHeaderFooterWithReuseIdentifier:(id)a1; - (void)_setGestureRecognizerRequiresTableGestureRecognizersToFail:(id)a0; - (void)_setHeaderAndFooterViewsFloat:(BOOL)a0; - (void)_setHeight:(double)a0 forRowAtIndexPath:(id)a1; - (void)_setHeight:(double)a0 forRowAtIndexPath:(id)a1 usingPresentationValues:(BOOL)a2; - (void)_setHeightForTableHeaderViewHiding:(double)a0; - (void)_setIgnoreCopyFilterForTableAnimations:(BOOL)a0; - (void)_setIgnorePinnedTableHeaderUpdates:(BOOL)a0; - (void)_setIndexRetargetFeedbackGenerator:(id)a0; - (void)_setMarginWidth:(double)a0; - (void)_setNeedsIndexBarInsetsUpdate; - (void)_setNeedsRebuildGeometry; - (void)_setNeedsRecomputeHeightsForInvalidatedElements; - (void)_setNeedsVisibleCellsUpdate:(BOOL)a0 withFrames:(BOOL)a1; - (void)_setNeedsVisibleCellsUpdate:(BOOL)a0 withFrames:(BOOL)a1 updateImmediatelyIfPossible:(BOOL)a2; - (void)_setPinsTableHeaderView:(BOOL)a0; - (void)_setRemembersPreviouslyFocusedItem:(BOOL)a0; - (void)_setReorderFeedbackGenerator:(id)a0; - (void)_setRowCount:(unsigned long long)a0; - (void)_setSectionContentInset:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (void)_setSectionContentInsetFollowsLayoutMargins:(BOOL)a0; - (void)_setSectionCornerRadius:(double)a0; - (void)_setSectionIndexColor:(id)a0; - (void)_setSectionIndexTrackingBackgroundColor:(id)a0; - (void)_setSeparatorBackdropOverlayBlendMode:(long long)a0; - (void)_setSeparatorInsetIsRelativeToCellEdges:(BOOL)a0; - (void)_setSeparatorsDrawAsOverlay:(BOOL)a0; - (void)_setSeparatorsDrawInVibrantLightModeUIAppearance:(id)a0; - (void)_setShouldBecomeFocusedOnSelection:(BOOL)a0; - (void)_setUseLegacySectionHeaderFooterPinningBehavior:(BOOL)a0; - (void)_setUseUnifiedSelectionBehavior:(BOOL)a0; - (void)_setUsesStaticScrollBar:(BOOL)a0; - (id)_setupAnimationsForResizedViewsWithOldRowData:(id)a0 oldVisibleViews:(id)a1; - (void)_setupCell:(id)a0 forEditing:(BOOL)a1 atIndexPath:(id)a2 animated:(BOOL)a3 updateSeparators:(BOOL)a4; - (void)_setupCell:(id)a0 forEditing:(BOOL)a1 atIndexPath:(id)a2 canEdit:(BOOL)a3 editingStyle:(long long)a4 shouldIndentWhileEditing:(BOOL)a5 showsReorderControl:(BOOL)a6 accessoryType:(long long)a7 animated:(BOOL)a8 updateSeparators:(BOOL)a9; - (void)_setupCellAnimations; - (void)_setupDefaultHeights; - (void)_setupSectionView:(id)a0 isHeader:(BOOL)a1 forSection:(long long)a2; - (void)_setupTableViewCommon; - (double)_shadowHeightOffset; - (id)_shadowUpdateForPlaceholder:(id)a0; - (id)_shadowUpdatesController; - (void)_shiftSectionIndexTitleIndexByAmount:(long long)a0; - (BOOL)_shouldAllowInternalDrop; - (BOOL)_shouldChangeIndexBasedOnValueChanged; - (BOOL)_shouldConfigureCellForDisplayDuringDequeueForIndexPath:(id)a0; - (BOOL)_shouldConsumePressEvent:(id)a0; - (BOOL)_shouldDeselectRowsOnTouchesBegan; - (BOOL)_shouldDisplayExtraSeparatorsAtOffset:(double *)a0; - (BOOL)_shouldDrawDarkSeparators; - (BOOL)_shouldDrawSeparatorAtBottomOfSectionForCellAtIndexPath:(id)a0; - (BOOL)_shouldDrawSeparatorAtTopOfSectionForCellAtIndexPath:(id)a0; - (BOOL)_shouldDrawTopSeparatorDueToMergedBarForCellAtIndexPath:(id)a0; - (BOOL)_shouldHaveFooterViewForSection:(long long)a0; - (BOOL)_shouldHaveHeaderViewForSection:(long long)a0; - (BOOL)_shouldHaveIndexOverlaySelectionView; - (BOOL)_shouldHighlightInsteadOfSelectRowAtIndexPath:(id)a0; - (BOOL)_shouldIncludeRowInMultipleSelectionGroupWithCell:(id)a0 atIndexPath:(id)a1; - (BOOL)_shouldIndentWhileEditingForRowAtIndexPath:(id)a0; - (BOOL)_shouldResignFirstResponderWithInteractionDisabled; - (BOOL)_shouldRestorePreReloadScrollPositionWithFirstVisibleIndexPath:(id)a0 scrolledToTop:(BOOL)a1; - (BOOL)_shouldReusePreviouslyFocusedTableViewSubview:(id)a0 viewType:(int)a1; - (BOOL)_shouldSelectionFollowFocusForIndexPath:(id)a0 initiatedBySelection:(BOOL)a1; - (BOOL)_shouldSetIndexBackgroundColorToTableBackgroundColor; - (BOOL)_shouldShowHeadersAndFooters; - (BOOL)_shouldShowIndexOverlays; - (BOOL)_shouldShowMenuForCell:(id)a0; - (BOOL)_shouldSpringLoadRowAtIndexPath:(id)a0 withContext:(id)a1; - (BOOL)_shouldStripHeaderTopPaddingForSection:(long long)a0; - (BOOL)_shouldUnionVisibleBounds; - (BOOL)_shouldUpdateFocusInContext:(id)a0; - (void)_showSeparatorForRowAtIndexPath:(id)a0; - (void)_showSeparatorForRowBeforeIndexPath:(id)a0; - (id)_sortedDeduplicatedReloadItems; - (double)_spacingForExtraSeparators; - (void)_startIndexOverlayIndicatorIgnoreTimer; - (void)_startIndexOverlayTimerWithDelay:(double)a0; - (void)_startViewAnimationsForUpdate:(id)a0 withContext:(id)a1 swipeOccurrenceAnimatingDelete:(id)a2 oldVisibleViews:(id)a3 useCopyBlendingForAnimations:(BOOL)a4; - (void)_stopAutoscrollTimer; - (void)_stopIgnoringWheelEventsOnIndexOverlayIndicator:(id)a0; - (void)_stopIndexOverlayTimer; - (void)_stopScrollingNotify:(BOOL)a0 pin:(BOOL)a1; - (void)_storePreReloadStateForRestoringContentOffsetWithFirstVisibleIndexPath:(id)a0; - (void)_storeStateForRestoringContentOffsetIfNeeded; - (long long)_styleForAppearance; - (BOOL)_supportsCellPrefetching; - (id)_swipeActionController; - (BOOL)_swipeDeletionCommitted; - (void)_swipeToDeleteCell:(id)a0; - (void)_systemTextSizeChanged; - (void)_tableFooterHeightDidChangeToHeight:(double)a0; - (id)_tableFooterView; - (id)_tableFooterView:(BOOL)a0; - (id)_tableHeaderBackgroundView; - (void)_tableHeaderHeightDidChangeToHeight:(double)a0; - (id)_tableHeaderView; - (id)_tableHeaderView:(BOOL)a0; - (id)_tableViewCellForContentView:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_tableViewRectForRowAtIndexPath:(id)a0 canGuess:(BOOL)a1; - (id)_targetIndexPathForDrop:(id)a0; - (void)_tearDownIndexOverlayViews; - (double)_timeToIgnoreWheelEventsOnIndexOverlayIndicator; - (long long)_titleAlignmentForFooterInSection:(long long)a0; - (long long)_titleAlignmentForHeaderInSection:(long long)a0; - (id)_titleForDeleteConfirmationButton:(id)a0; - (id)_titleForDeleteConfirmationButtonForRowAtIndexPath:(id)a0; - (id)_titleForFooterInSection:(long long)a0; - (id)_titleForHeaderInSection:(long long)a0; - (id)_titleForSwipeAccessoryButtonForRowAtIndexPath:(id)a0; - (long long)_topSeparatorInsetBehaviorForCellAtIndexPath:(id)a0; - (id)_trailingSwipeConfigurationAtIndexPath:(id)a0 fromRemoveButton:(BOOL)a1; - (void)_transitionIndexOverlaySelectionViewToVisible:(BOOL)a0; - (void)_transitionIndexOverlayToVisible:(BOOL)a0 shouldFadeBackToInvisible:(BOOL)a1; - (void)_unhighlightAllRowsAndHighlightGlobalRow:(long long)a0; - (void)_unhighlightSpringLoadedRow; - (void)_upArrowLongPress:(id)a0; - (void)_upArrowTap:(id)a0; - (void)_updateAnimationDidStopWithOldVisibleViews:(id)a0 finished:(BOOL)a1 context:(id)a2; - (void)_updateAppearanceOfVisibleRowsForDragState; - (void)_updateBackgroundViewFrame; - (void)_updateCell:(id)a0 withValue:(id)a1; - (void)_updateConstants; - (void)_updateConstantsForVisibleCellsAndHeaderFooterViews; - (void)_updateContentSizeSkippingContentOffsetAdjustment:(BOOL)a0; - (void)_updateContextMenuStateForVisibleCells:(id)a0; - (void)_updateCycleIdleUntil:(unsigned long long)a0; - (void)_updateDragControllerEnabledState; - (void)_updateDragStateForCell:(id)a0 atIndexPath:(id)a1; - (void)_updateDropStateForVisibleCellsForActiveDrop:(BOOL)a0 dropTargetIndexPath:(id)a1; - (void)_updateDropTargetAppearanceWithTargetIndexPath:(id)a0 dropProposal:(id)a1 dropSession:(id)a2; - (void)_updateFocusAfterLoadingCellsWithFocusedView:(id)a0 viewType:(int)a1; - (void)_updateFocusedCellIndexPathIfNecessaryWithLastFocusedRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_updateFocusedItemToIndexPath:(id)a0; - (void)_updateForChangeInEffectiveContentInset; - (void)_updateForChangedEdgesConvertingSafeAreaToContentInsetWithOldSystemContentInset:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0 oldEdgesPropagatingSafeAreaInsets:(unsigned long long)a1 adjustContentOffsetIfNecessary:(BOOL)a2; - (void)_updateIdentityTrackerWithUpdateSupport:(id)a0; - (void)_updateIndex; - (void)_updateIndexDisplayedTitles; - (void)_updateIndexFrame; - (id)_updateIndexOverlayToShowTitleAtIndex:(long long)a0; - (void)_updateIndexTitles:(id)a0; - (void)_updateIndexTitlesFromDataSource; - (void)_updateMarginWidthForVisibleViewsForceLayout:(BOOL)a0; - (void)_updateMultiSelectControllerIfNeeded; - (void)_updatePinnedTableHeader; - (void)_updateRowData; - (void)_updateRowDataIfNeeded; - (id)_updateRowsAtIndexPaths:(id)a0 withUpdateAction:(int)a1 rowAnimation:(long long)a2 usingPresentationValues:(BOOL)a3; - (void)_updateSectionIndex; - (id)_updateSections:(id)a0 withUpdateAction:(int)a1 rowAnimation:(long long)a2 headerFooterOnly:(BOOL)a3 usingPresentationValues:(BOOL)a4; - (void)_updateSelectedAndHighlightedStateForCell:(id)a0 atIndexPath:(id)a1; - (void)_updateSelectionGroupingForCell:(id)a0 atIndexPath:(id)a1; - (void)_updateSelectionGroupingForVisibleCells; - (void)_updateSelectionIsKey; - (void)_updateSeparatorStateForCell:(id)a0 atIndexPath:(id)a1; - (void)_updateSeparatorStateForVisibleCells; - (void)_updateSeparatorStyleForCell:(id)a0 atIndexPath:(id)a1; - (void)_updateTableHeaderFooterViewInsetsContentViewsToSafeArea; - (void)_updateTableHeaderViewForAutoHideWithVelocity:(double)a0 targetOffset:(struct CGPoint { double x0; double x1; } *)a1; - (void)_updateTableHeadersAndFootersNow:(BOOL)a0; - (void)_updateTopSeparatorForCell:(id)a0 atIndexPath:(id)a1; - (void)_updateTopSeparatorForVisibleCells; - (void)_updateVisibleCellsForRanges:(struct _UITableViewVisibleCellsUpdateRanges { struct _NSRange { unsigned long long x0; unsigned long long x1; } x0; struct _NSRange { unsigned long long x0; unsigned long long x1; } x1; struct _NSRange { unsigned long long x0; unsigned long long x1; } x2; struct _NSRange { unsigned long long x0; unsigned long long x1; } x3; struct _NSRange { unsigned long long x0; unsigned long long x1; } x4; BOOL x5; })a0 createIfNecessary:(BOOL)a1; - (void)_updateVisibleCellsImmediatelyIfNecessary; - (void)_updateVisibleCellsNow:(BOOL)a0; - (void)_updateVisibleHeadersAndFootersNow:(BOOL)a0; - (void)_updateWrapperClipping; - (void)_updateWrapperContentInset; - (void)_updateWrapperFrame; - (void)_updateWrapperView; - (id)_updatedDropProposalForIndexPath:(id)a0 dropSession:(id)a1 withDefaultProposal:(id)a2; - (BOOL)_useLegacySectionHeaderFooterPinningBehavior; - (BOOL)_useUnifiedSelectionBehavior; - (void)_userSelectCell:(id)a0; - (void)_userSelectRowAtPendingSelectionIndexPath:(id)a0; - (BOOL)_usingCustomBackgroundView; - (struct CGPoint { double x0; double x1; })_validContentOffsetForProposedOffset:(struct CGPoint { double x0; double x1; })a0; - (id)_visibleCellForGlobalRow:(long long)a0; - (id)_visibleCellsUsingPresentationValues:(BOOL)a0; - (id)_visibleFooterViewForSection:(long long)a0; - (BOOL)_visibleFooterViewsContainsView:(id)a0; - (long long)_visibleGlobalRowForRowAtIndexPathAdjustedForCurrentUpdate:(id)a0; - (struct _NSRange { unsigned long long x0; unsigned long long x1; })_visibleGlobalRowsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (struct _NSRange { unsigned long long x0; unsigned long long x1; })_visibleGlobalRowsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 canGuess:(BOOL)a1; - (id)_visibleHeaderFooterViews; - (id)_visibleHeaderViewForSection:(long long)a0; - (BOOL)_visibleHeaderViewsContainsView:(id)a0; - (long long)_visibleSectionForSectionAdjustedForCurrentUpdate:(long long)a0; - (id)_visibleViews; - (BOOL)_wantsSwipes; - (BOOL)_wasEditingRowAtIndexPath:(id)a0; - (double)_widthForContentInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_willChangeToIdiom:(long long)a0 onScreen:(id)a1; - (void)_willUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1; - (void)accessoryInsetsDidChange:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (void)adjustIndexPaths:(id)a0 forMoveOfIndexPath:(id)a1 toIndexPath:(id)a2; - (BOOL)allowsFooterViewsToFloat; - (BOOL)allowsHeaderViewsToFloat; - (id)contextualActionForDeletingRowAtIndexPath:(id)a0; - (long long)dataSourceSectionIndexForPresentationSectionIndex:(long long)a0; - (id)deleteConfirmationIndexPath; - (void)deleteRowsAtIndexPaths:(id)a0 withRowAnimation:(long long)a1; - (void)deleteSections:(id)a0 withRowAnimation:(long long)a1; - (id)dequeueReusableCellWithIdentifier:(id)a0; - (id)dequeueReusableCellWithIdentifier:(id)a0 forIndexPath:(id)a1; - (id)dequeueReusableHeaderFooterViewWithIdentifier:(id)a0; - (void)deselectRowAtIndexPath:(id)a0 animated:(BOOL)a1; - (void)endUpdatesWithContext:(id)a0; - (void)flashScrollIndicators; - (id)footerViewForSection:(long long)a0; - (long long)globalRowForRowAtIndexPath:(id)a0; - (id)headerViewForSection:(long long)a0; - (double)heightForAutohidingTableHeaderView; - (double)heightForTableHeaderViewHiding; - (BOOL)highlightRowAtIndexPath:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2; - (long long)highlightedGlobalRow; - (BOOL)ignorePinnedTableHeaderUpdates; - (struct CGPoint { double x0; double x1; })indexBarAccessoryView:(id)a0 contentOffsetForEntry:(id)a1 atIndex:(long long)a2; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })indexFrame; - (id)indexPathForCell:(id)a0; - (id)indexPathForRowAtGlobalRow:(long long)a0; - (id)indexPathForRowAtPoint:(struct CGPoint { double x0; double x1; })a0; - (id)indexPathsForRowsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)insertRowsAtIndexPaths:(id)a0 withRowAnimation:(long long)a1; - (void)insertSections:(id)a0 withRowAnimation:(long long)a1; - (BOOL)isElementAccessibilityExposedToInterfaceBuilder; - (BOOL)isIndexHidden; - (long long)maximumGlobalRowIndex; - (unsigned long long)maximumNumberOfSectionIndexTitlesWithoutTruncation; - (void)moveSection:(long long)a0 toSection:(long long)a1; - (id)multiselectCheckmarkColor; - (void)noteNumberOfRowsChanged; - (long long)presentationSectionIndexForDataSourceSectionIndex:(long long)a0; - (void)reconfigureRowsAtIndexPaths:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })rectForFooterInSection:(long long)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })rectForHeaderInSection:(long long)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })rectForRowAtIndexPath:(id)a0; - (void)registerClass:(Class)a0 forCellReuseIdentifier:(id)a1; - (void)registerClass:(Class)a0 forHeaderFooterViewReuseIdentifier:(id)a1; - (void)registerNib:(id)a0 forCellReuseIdentifier:(id)a1; - (void)registerNib:(id)a0 forHeaderFooterViewReuseIdentifier:(id)a1; - (void)reloadRowsAtIndexPaths:(id)a0 withRowAnimation:(long long)a1; - (void)reloadSectionIndexTitles; - (void)reloadSections:(id)a0 withRowAnimation:(long long)a1; - (void)scrollToNearestSelectedRowAtScrollPosition:(long long)a0 animated:(BOOL)a1; - (void)scrollToRowAtIndexPath:(id)a0 atScrollPosition:(long long)a1 animated:(BOOL)a2; - (id)sectionBorderColor; - (void)selectRowAtIndexPath:(id)a0 animated:(BOOL)a1 scrollPosition:(long long)a2; - (id)separatorBottomShadowColor; - (id)separatorTopShadowColor; - (void)setContentSize:(struct CGSize { double x0; double x1; })a0 skipContentOffsetAdjustment:(BOOL)a1; - (void)setCountStringInsignificantRowCount:(unsigned long long)a0; - (void)setDelaysContentTouches:(BOOL)a0; - (void)setDeleteConfirmationIndexPath:(id)a0 animated:(BOOL)a1; - (void)setIndexHidden:(BOOL)a0 animated:(BOOL)a1; - (void)setIndexHiddenForSearch:(BOOL)a0; - (void)setInsetsLayoutMarginsFromSafeArea:(BOOL)a0; - (void)setMultiselectCheckmarkColor:(id)a0; - (void)setOverlapsSectionHeaderViews:(BOOL)a0; - (void)setSectionBorderColor:(id)a0; - (void)setSeparatorBottomShadowColor:(id)a0; - (void)setSeparatorTopShadowColor:(id)a0; - (void)setTableHeaderBackgroundColor:(id)a0; - (void)setTableHeaderViewShouldAutoHide:(BOOL)a0; - (void)setUsesVariableMargins:(BOOL)a0; - (BOOL)shouldDisplayTopSeparatorForRowAtIndexPath:(id)a0; - (id)swipeActionController:(id)a0 backgroundColorForItemAtIndexPath:(id)a1; - (void)swipeActionController:(id)a0 didCompleteAction:(id)a1 cancelled:(BOOL)a2 atIndexPath:(id)a3; - (void)swipeActionController:(id)a0 didCompleteAnimationOfAction:(id)a1 canceled:(BOOL)a2 atIndexPath:(id)a3; - (void)swipeActionController:(id)a0 willPerformAction:(id)a1 atIndexPath:(id)a2; - (id)swipeActionForDeletingRowAtIndexPath:(id)a0; - (id)tableHeaderBackgroundColor; - (BOOL)tableHeaderViewShouldAutoHide; - (void)unhighlightRowAtIndexPath:(id)a0 animated:(BOOL)a1; @end