/* * This header is generated by classdump-dyld 1.0 * on Thursday, January 25, 2018 at 11:22:08 PM Eastern European Standard Time * Operating System: Version 11.1.2 (Build 15B202) * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ #import #import #import #import #import #import #import #import #import #import #import #import #import #import #import @protocol UITableViewDataSource, UITableConstants, UITableViewDataSourcePrefetching, UITableViewDragDelegate, UITableViewDropDelegate, UITableViewDragSourceDelegate, UITableViewDragDestinationDelegate; @class UIScrollView, UIView, NSArray, UITableViewCell, UITableViewRowData, _UITableViewSubviewManager, NSMutableArray, NSMutableDictionary, NSIndexPath, _UITableViewDeleteAnimationSupport, _UITableViewReorderingSupport, UITableViewWrapperView, UITableViewIndex, UITableViewCountView, UITableViewIndexOverlayIndicatorView, NSTimer, UITableViewIndexOverlaySelectionView, UIColor, UIVisualEffect, UISwipeActionController, UISwipeGestureRecognizer, UIGobblerGestureRecognizer, UILongPressGestureRecognizer, UITapGestureRecognizer, UITouch, NSMutableSet, _UITableViewUpdateSupport, _UITableViewShadowUpdatesController, UIWindow, UIFocusContainerGuide, UISelectionFeedbackGenerator, UIImpactFeedbackGenerator, _UIDragSnappingFeedbackGenerator, _UITableViewPrefetchContext, _UITableViewDragController, _UITableViewDropController, NSString, UITraitCollection; @interface UITableView : UIScrollView { id _dataSource; UITableViewRowData* _rowData; double _rowHeight; double _sectionHeaderHeight; double _sectionFooterHeight; double _estimatedRowHeight; double _estimatedSectionHeaderHeight; double _estimatedSectionFooterHeight; CGRect _visibleBounds; _UITableViewSubviewManager* _subviewManager; NSRange _visibleRows; NSMutableArray* _visibleCells; NSMutableDictionary* _templateLayoutCells; NSIndexPath* _indexPathBeingCreated; NSIndexPath* _firstResponderIndexPath; UIView* _firstResponderView; int _firstResponderViewType; NSMutableDictionary* _reusableTableCells; NSMutableDictionary* _nibMap; NSMutableDictionary* _nibExternalObjectsTables; NSMutableDictionary* _headerFooterNibMap; NSMutableDictionary* _headerFooterNibExternalObjectsTables; UIView* _topSeparator; NSMutableArray* _extraSeparators; CFDictionaryRef _visibleHeaderViews; CFDictionaryRef _visibleFooterViews; NSMutableDictionary* _reusableHeaderFooterViews; NSMutableArray* _highlightedIndexPaths; NSMutableArray* _selectedIndexPaths; NSIndexPath* _swipedIndexPath; NSIndexPath* _highlightedSpringLoadedIndexPath; NSIndexPath* _pendingSelectionIndexPath; NSMutableArray* _pendingDeselectionIndexPaths; UIView* _newContentView; _UITableViewDeleteAnimationSupport* _deleteAnimationSupport; _UITableViewReorderingSupport* _reorderingSupport; UIView* _backgroundView; UIView* _clearBlendingView; UITableViewWrapperView* _wrapperView; UITableViewIndex* _index; UIView* _tableHeaderBackgroundView; UIView* _tableHeaderView; UIView* _tableFooterView; UITableViewCountView* _countLabel; NSArray* _sectionIndexTitlesForTableView; UITableViewIndexOverlayIndicatorView* _indexOverlayIndicatorView; NSTimer* _indexOverlayTimer; NSTimer* _indexOverlayIndicatorEventIgnoreTimer; long long _currentIndexTitleIndex; UITableViewIndexOverlaySelectionView* _indexOverlaySelectionView; long long _tableReloadingSuspendedCount; long long _sectionIndexMinimumDisplayRowCount; long long _updateAnimationCount; long long _lastFloatingSection; NSMutableArray* _insertItems; NSMutableArray* _deleteItems; NSMutableArray* _reloadItems; NSMutableArray* _moveItems; UIColor* _separatorColor; UIColor* _darkenedSeparatorColor; UIColor* _separatorTopShadowColor; UIColor* _separatorBottomShadowColor; UIVisualEffect* _separatorEffect; UIColor* _accessoryBaseColor; UIColor* _checkmarkColor; UIColor* _sectionBorderColor; UIColor* _indexColor; UIColor* _indexBackgroundColor; UIColor* _indexTrackingBackgroundColor; NSArray* _defaultSectionIndexTitles; UISwipeActionController* _swipeActionController; NSArray* _swipeDeletionShadowUpdateIdentifiers; UISwipeGestureRecognizer* _swipeGestureRecognizer; UIGobblerGestureRecognizer* _swipeToDeleteGobblerGestureRecognizer; UITableViewCell* _swipeToDeleteCell; long long _updateCount; long long _shadowUpdateCount; long long _revertingShadowUpdateCount; NSIndexPath* _displayingCellContentStringIndexPath; UILongPressGestureRecognizer* _longPressGestureRecognizer; UILongPressGestureRecognizer* _upArrowLongPressGestureRecognizer; UILongPressGestureRecognizer* _downArrowLongPressGestureRecognizer; UITapGestureRecognizer* _upArrowTapGestureRecognizer; UITapGestureRecognizer* _downArrowTapGestureRecognizer; NSTimer* _longPressAutoscrollTimer; int _longPressAutoscrollDirection; UIEdgeInsets _sectionContentInset; double _sectionBorderWidth; double _sectionCornerRadius; UITouch* _currentTouch; NSMutableDictionary* _cellClassDict; NSMutableDictionary* _headerFooterClassDict; double _topPadding; double _bottomPadding; UIEdgeInsets _separatorInset; id _updateCompletionHandler; id _deferredEditingHandler; NSMutableSet* _hiddenSeparatorIndexPaths; NSMutableDictionary* _tentativeCells; CFDictionaryRef _tentativeHeaderViews; CFDictionaryRef _tentativeFooterViews; NSMutableSet* _clientGesturesRequiringTableGesturesToFail; _UITableViewUpdateSupport* _currentUpdate; _UITableViewShadowUpdatesController* _shadowUpdatesController; NSRange _preReloadVisibleRowRange; double _preReloadFirstCellOffset; UIWindow* _lastWindow; int _focusedViewType; UIFocusContainerGuide* _contentFocusContainerGuide; id _constants; NSIndexPath* _targetIndexPathForScrolling; CGPoint _targetOffsetToIndexPathForScrolling; UISelectionFeedbackGenerator* _indexRetargetFeedbackGenerator; UIImpactFeedbackGenerator* _sectionChangeFeedbackGenerator; _UIDragSnappingFeedbackGenerator* _reorderFeedbackGenerator; long long _performUsingPresentationValuesCount; id _prefetchDataSource; _UITableViewPrefetchContext* _prefetchContext; double _coalescedContentSizeDelta; struct { unsigned dataSourceNumberOfRowsInSection : 1; unsigned dataSourceCellForRow : 1; unsigned dataSourceNumberOfSectionsInTableView : 1; unsigned dataSourceTitleForHeaderInSection : 1; unsigned dataSourceTitleForFooterInSection : 1; unsigned dataSourceDetailTextForHeaderInSection : 1; unsigned dataSourceCommitEditingStyle : 1; unsigned dataSourceSectionIndexTitlesForTableView : 1; unsigned dataSourceSectionForSectionIndexTitle : 1; unsigned dataSourceCanEditRow : 1; unsigned dataSourceCanMoveRow : 1; unsigned dataSourceCanUpdateRow : 1; unsigned dataSourceShouldShowMenu : 1; unsigned dataSourceCanPerformAction : 1; unsigned dataSourcePerformAction : 1; unsigned dataSourceIndexPathForSectionIndexTitle : 1; unsigned dataSourceWasNonNil : 1; unsigned delegateEditingStyleForRowAtIndexPath : 1; unsigned delegateTitleForDeleteConfirmationButtonForRowAtIndexPath : 1; unsigned delegateEditActionsForRowAtIndexPath : 1; unsigned delegateLeadingSwipeActionsConfigurationForRowAtIndexPath : 1; unsigned delegateTrailingSwipeActionsConfigurationForRowAtIndexPath : 1; unsigned delegateLeadingSwipeActionsForRowAtIndexPath : 1; unsigned delegateTrailingSwipeActionsForRowAtIndexPath : 1; unsigned delegateShouldIndentWhileEditing : 1; unsigned dataSourceMoveRow : 1; unsigned delegateCellForRow : 1; unsigned delegateWillDisplayCell : 1; unsigned delegateDidEndDisplayingCell : 1; unsigned delegateDidEndDisplayingSectionHeader : 1; unsigned delegateDidEndDisplayingSectionFooter : 1; unsigned delegateHeightForRow : 1; unsigned delegateHeightForSectionHeader : 1; unsigned delegateTitleWidthForSectionHeader : 1; unsigned delegateHeightForSectionFooter : 1; unsigned delegateTitleWidthForSectionFooter : 1; unsigned delegateEstimatedHeightForRow : 1; unsigned delegateEstimatedHeightForSectionHeader : 1; unsigned delegateEstimatedHeightForSectionFooter : 1; unsigned delegateViewForHeaderInSection : 1; unsigned delegateViewForFooterInSection : 1; unsigned delegateDisplayedItemCountForRowCount : 1; unsigned delegateDisplayStringForRowCount : 1; unsigned delegateAccessoryTypeForRow : 1; unsigned delegateAccessoryButtonTappedForRow : 1; unsigned delegateWillSelectRow : 1; unsigned delegateWillDeselectRow : 1; unsigned delegateDidSelectRow : 1; unsigned delegateDidDeselectRow : 1; unsigned delegateWillBeginEditing : 1; unsigned delegateDidEndEditing : 1; unsigned delegateTargetIndexPathForMove : 1; unsigned delegateIndentationLevelForRow : 1; unsigned delegateWantsHeaderForSection : 1; unsigned delegateMargin : 1; unsigned delegateHeaderTitleAlignment : 1; unsigned delegateFooterTitleAlignment : 1; unsigned delegateFrameForSectionIndexGivenProposedFrame : 1; unsigned delegateDidFinishReload : 1; unsigned delegateHeightForHeader : 1; unsigned delegateHeightForFooter : 1; unsigned delegateViewForHeader : 1; unsigned delegateViewForFooter : 1; unsigned delegateCalloutTargetRectForCell : 1; unsigned delegateShouldShowMenu : 1; unsigned delegateCanPerformAction : 1; unsigned delegatePerformAction : 1; unsigned delegateWillBeginReordering : 1; unsigned delegateDidEndReordering : 1; unsigned delegateDidCancelReordering : 1; unsigned delegateWillDisplayHeaderViewForSection : 1; unsigned delegateWillDisplayFooterViewForSection : 1; unsigned delegateShouldHighlightRow : 1; unsigned delegateDidHighlightRow : 1; unsigned delegateDidUnhighlightRow : 1; unsigned delegateTitleForSwipeAccessory : 1; unsigned delegateBackgroundColorForDeleteConfirmationButton : 1; unsigned delegateBackgroundColorForSwipeAccessory : 1; unsigned delegateDeleteConfirmationButton : 1; unsigned delegateSwipeAccessory : 1; unsigned delegateSwipeAccessoryPushed : 1; unsigned delegateShouldDrawTopSeparatorForSection : 1; unsigned delegateShouldDrawBottomSeparatorForSection : 1; unsigned delegateWillBeginSwiping : 1; unsigned delegateDidEndSwiping : 1; unsigned delegateCanFocusRow_deprecated : 1; unsigned delegateCanFocusRow : 1; unsigned delegateDidFocusRow : 1; unsigned delegateDidUnfocusRow : 1; unsigned delegateIndexPathForPreferredFocusedItem : 1; unsigned delegateShouldUpdateFocusFromRowAtIndexPathToView : 1; unsigned delegateIndexPathForPreferredFocusedView : 1; unsigned delegateShouldUpdateFocusInContext : 1; unsigned delegateDidUpdateFocusInContext : 1; unsigned delegateTemplateLayoutCell : 1; unsigned delegateWillLayoutCellUsingTemplateLayoutCell : 1; unsigned delegateWasNonNil : 1; unsigned style : 1; unsigned separatorStyle : 3; unsigned wasEditing : 1; unsigned isEditing : 1; unsigned isEditingAllRows : 1; unsigned scrollsToSelection : 1; unsigned reloadSkippedDuringSuspension : 1; unsigned updating : 1; unsigned displaySkippedDuringSuspension : 1; unsigned needsReload : 1; unsigned updatingVisibleCellsManually : 1; unsigned scheduledUpdateVisibleCells : 1; unsigned scheduledUpdateVisibleCellsFrames : 1; unsigned warnForForcedCellUpdateDisabled : 1; unsigned displayTopSeparator : 1; unsigned countStringInsignificantRowCount : 4; unsigned needToAdjustExtraSeparators : 1; unsigned overlapsSectionHeaderViews : 1; unsigned ignoreTouchSelect : 1; unsigned lastHighlightedRowActive : 1; unsigned reloading : 1; unsigned allowsSelection : 1; unsigned allowsSelectionDuringEditing : 1; unsigned allowsMultipleSelection : 1; unsigned allowsMultipleSelectionDuringEditing : 1; unsigned indexHidden : 1; unsigned indexHiddenForSearch : 1; unsigned defaultShowsHorizontalScrollIndicator : 1; unsigned defaultShowsVerticalScrollIndicator : 1; unsigned sectionIndexTitlesLoaded : 1; unsigned tableHeaderViewShouldAutoHide : 1; unsigned tableHeaderViewIsHidden : 1; unsigned tableHeaderViewWasHidden : 1; unsigned tableHeaderViewShouldPin : 1; unsigned hideScrollIndicators : 1; unsigned sendReloadFinished : 1; unsigned keepFirstResponderWhenInteractionDisabled : 1; unsigned keepFirstResponderVisibleOnBoundsChange : 1; unsigned dontDrawTopShadowInGroupedSections : 1; unsigned forceStaticHeadersAndFooters : 1; unsigned displaysCellContentStringsOnTapAndHold : 1; unsigned displayingCellContentStringCallout : 1; unsigned longPressAutoscrollingActive : 1; unsigned inInit : 1; unsigned inSetBackgroundColor : 1; unsigned inCreateTemplateCell : 1; unsigned usingCustomBackgroundView : 1; unsigned rowDataIndexPathsAreValidForCurrentCells : 1; unsigned committingDelete : 1; unsigned didReloadWhileCommittingDelete : 1; unsigned editingForSwipeDelete : 1; unsigned wasEditingForSwipeToDeleteBeforeSuspendedReload : 1; unsigned ignorePinnedTableHeaderUpdates : 1; unsigned navigationGestureWasEnabledBeforeSwipeToDelete : 1; unsigned didDisableNavigationGesture : 1; unsigned separatorsDrawAsOverlay : 1; unsigned swipeToDeleteRowIsBeingDeleted : 1; unsigned swipeToDeleteRowHasBeenDeleted : 1; unsigned swipeToDeleteSectionHasBeenDeleted : 1; unsigned drawsSeparatorAtTopOfSections : 1; unsigned separatorBackdropOverlayBlendMode : 3; unsigned separatorsDrawInVibrantLightMode : 1; unsigned wrapCells : 1; unsigned hasAddedContentView : 1; unsigned showingIndexIndicatorOverlay : 1; unsigned showingIndexSelectionOverlay : 1; unsigned loadingOffscreenViews : 1; unsigned externalScreenHasTouch : 1; unsigned ignoringWheelEventsOnIndexOverlayIndicator : 1; unsigned deleteCancelationAnimationInProgress : 1; unsigned swipeDeletionAnimationInProgress : 1; unsigned manuallyManagesSwipeUI : 1; unsigned allowsReorderingWhenNotEditing : 1; unsigned needsDeleteConfirmationCleanup : 1; unsigned resetContentOffsetAfterLayout : 1; unsigned cellsSelfSize : 1; unsigned usingCustomLayoutMargins : 1; unsigned settingDefaultLayoutMargins : 1; unsigned deallocating : 1; unsigned updateFocusAfterItemAnimations : 1; unsigned updateFocusAfterLoadingCells : 1; unsigned remembersLastFocusedIndexPath : 1; unsigned cellLayoutMarginsFollowReadableWidth : 1; unsigned sectionContentInsetFollowsLayoutMargins : 1; unsigned separatorInsetIsRelativeToCellEdges : 1; unsigned usingKnobToChangeSectionIndex : 1; unsigned prefetchDataSourceWasNonNil : 1; unsigned prefetchDataSourcePrefetchRowsAtIndexPaths : 1; unsigned prefetchDataSourceCancelPrefetchingForRowsAtIndexPaths : 1; unsigned ignoreEditingChange : 1; unsigned isSelfSizingShadowCell : 1; unsigned clientSetDragInteractionEnabled : 1; unsigned dragInteractionEnabled : 1; unsigned insetsContentViewsToSafeArea : 1; } _tableFlags; id _dragDelegate; id _dropDelegate; NSIndexPath* _focusedCellIndexPath; UIView* _focusedCell; NSIndexPath* _indexPathToFocus; _UITableViewDragController* _dragController; _UITableViewDropController* _dropController; NSMutableArray* _placeholderContexts; id _dragSourceDelegate; id _dragDestinationDelegate; UIEdgeInsets _cachedSectionIndexBarInsets; } @property (nonatomic,retain) UITouch * currentTouch; //@synthesize currentTouch=_currentTouch - In the implementation block @property (getter=_defaultMarginWidth,nonatomic,readonly) double defaultMarginWidth; @property (getter=_defaultLeadingCellMarginWidth,nonatomic,readonly) double defaultLeadingCellMarginWidth; @property (getter=_defaultTrailingCellMarginWidth,nonatomic,readonly) double defaultTrailingCellMarginWidth; @property (setter=_setFocusedCellIndexPath:,getter=_focusedCellIndexPath,nonatomic,copy) NSIndexPath * focusedCellIndexPath; //@synthesize focusedCellIndexPath=_focusedCellIndexPath - In the implementation block @property (setter=_setFocusedCell:,getter=_focusedCell,nonatomic,retain) UIView * focusedCell; //@synthesize focusedCell=_focusedCell - In the implementation block @property (setter=_setIndexPathToFocus:,getter=_indexPathToFocus,nonatomic,copy) NSIndexPath * indexPathToFocus; //@synthesize indexPathToFocus=_indexPathToFocus - In the implementation block @property (getter=_effectiveSafeAreaInsets,nonatomic,readonly) UIEdgeInsets effectiveSafeAreaInsets; @property (assign,setter=_setCachedSectionIndexBarInsets:,getter=_cachedSectionIndexBarInsets,nonatomic) UIEdgeInsets cachedSectionIndexBarInsets; //@synthesize cachedSectionIndexBarInsets=_cachedSectionIndexBarInsets - In the implementation block @property (getter=_isUsingPresentationValues,nonatomic,readonly) BOOL usingPresentationValues; @property (setter=_setDragController:,getter=_dragController,nonatomic,retain) _UITableViewDragController * dragController; //@synthesize dragController=_dragController - In the implementation block @property (setter=_setDropController:,getter=_dropController,nonatomic,retain) _UITableViewDropController * dropController; //@synthesize dropController=_dropController - In the implementation block @property (setter=_setPlaceholderContexts:,getter=_placeholderContexts,nonatomic,retain) NSMutableArray * placeholderContexts; //@synthesize placeholderContexts=_placeholderContexts - In the implementation block @property (assign,nonatomic,__weak) id dragSourceDelegate; //@synthesize dragSourceDelegate=_dragSourceDelegate - In the implementation block @property (assign,nonatomic,__weak) id dragDestinationDelegate; //@synthesize dragDestinationDelegate=_dragDestinationDelegate - In the implementation block @property (nonatomic,readonly) long long style; @property (assign,nonatomic,__weak) id dataSource; @property (assign,nonatomic,__weak) id delegate; @property (assign,nonatomic,__weak) id prefetchDataSource; @property (assign,nonatomic,__weak) id dragDelegate; //@synthesize dragDelegate=_dragDelegate - In the implementation block @property (assign,nonatomic,__weak) id dropDelegate; //@synthesize dropDelegate=_dropDelegate - In the implementation block @property (assign,nonatomic) double rowHeight; @property (assign,nonatomic) double sectionHeaderHeight; @property (assign,nonatomic) double sectionFooterHeight; @property (assign,nonatomic) double estimatedRowHeight; //@synthesize estimatedRowHeight=_estimatedRowHeight - In the implementation block @property (assign,nonatomic) double estimatedSectionHeaderHeight; //@synthesize estimatedSectionHeaderHeight=_estimatedSectionHeaderHeight - In the implementation block @property (assign,nonatomic) double estimatedSectionFooterHeight; //@synthesize estimatedSectionFooterHeight=_estimatedSectionFooterHeight - In the implementation block @property (assign,nonatomic) UIEdgeInsets separatorInset; @property (assign,nonatomic) long long separatorInsetReference; @property (nonatomic,retain) UIView * backgroundView; @property (nonatomic,readonly) long long numberOfSections; @property (nonatomic,readonly) NSArray * visibleCells; @property (nonatomic,readonly) NSArray * indexPathsForVisibleRows; @property (nonatomic,readonly) BOOL hasUncommittedUpdates; @property (assign,getter=isEditing,nonatomic) BOOL editing; @property (assign,nonatomic) BOOL allowsSelection; @property (assign,nonatomic) BOOL allowsSelectionDuringEditing; @property (assign,nonatomic) BOOL allowsMultipleSelection; @property (assign,nonatomic) BOOL allowsMultipleSelectionDuringEditing; @property (nonatomic,readonly) NSIndexPath * indexPathForSelectedRow; @property (nonatomic,readonly) NSArray * indexPathsForSelectedRows; @property (assign,nonatomic) long long sectionIndexMinimumDisplayRowCount; //@synthesize sectionIndexMinimumDisplayRowCount=_sectionIndexMinimumDisplayRowCount - In the implementation block @property (nonatomic,retain) UIColor * sectionIndexColor; @property (nonatomic,retain) UIColor * sectionIndexBackgroundColor; @property (nonatomic,retain) UIColor * sectionIndexTrackingBackgroundColor; @property (assign,nonatomic) long long separatorStyle; @property (nonatomic,retain) UIColor * separatorColor; @property (nonatomic,copy) UIVisualEffect * separatorEffect; @property (assign,nonatomic) BOOL cellLayoutMarginsFollowReadableWidth; @property (assign,nonatomic) BOOL insetsContentViewsToSafeArea; @property (nonatomic,retain) UIView * tableHeaderView; @property (nonatomic,retain) UIView * tableFooterView; @property (assign,nonatomic) BOOL remembersLastFocusedIndexPath; @property (assign,nonatomic) BOOL dragInteractionEnabled; @property (nonatomic,readonly) BOOL hasActiveDrag; @property (nonatomic,readonly) BOOL hasActiveDrop; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (copy,readonly) NSString * description; @property (copy,readonly) NSString * debugDescription; @property (nonatomic,readonly) UITraitCollection * traitCollection; @property (getter=_wrapperView,nonatomic,readonly) UIScrollView * wrapperView; @property (assign,setter=_setManuallyManagesSwipeUI:,getter=_manuallyManagesSwipeUI,nonatomic) BOOL manuallyManagesSwipeUI; @property (assign,setter=_setKeepsFirstResponderVisibleOnBoundsChange:,getter=_keepsFirstResponderVisibleOnBoundsChange,nonatomic) BOOL keepsFirstResponderVisibleOnBoundsChange; @property (nonatomic,readonly) BOOL canBeEdited; @property (getter=_scrollView,nonatomic,readonly) UIScrollView * scrollView; @property (getter=_separatorInsetIsRelativeToCellEdges,nonatomic,readonly) BOOL separatorInsetIsRelativeToCellEdges; @property (nonatomic,readonly) BOOL usesVariableMargins; @property (nonatomic,readonly) BOOL overlapsSectionHeaderViews; @property (getter=_backgroundInset,nonatomic,readonly) double backgroundInset; @property (getter=_topPadding,nonatomic,readonly) double topPadding; @property (getter=_bottomPadding,nonatomic,readonly) double bottomPadding; @property (getter=_isShowingIndex,nonatomic,readonly) BOOL showingIndex; @property (getter=_indexFrame,nonatomic,readonly) CGRect indexFrame; @property (getter=_indexBarExtentFromEdge,nonatomic,readonly) double indexBarExtentFromEdge; @property (getter=_sectionContentInset,nonatomic,readonly) UIEdgeInsets sectionContentInset; @property (getter=_rawSectionContentInset,nonatomic,readonly) UIEdgeInsets rawSectionContentInset; @property (getter=_sectionBorderWidth,nonatomic,readonly) double sectionBorderWidth; @property (getter=_sectionCornerRadius,nonatomic,readonly) double sectionCornerRadius; @property (getter=_sectionContentInsetFollowsLayoutMargins,nonatomic,readonly) BOOL sectionContentInsetFollowsLayoutMargins; @property (getter=_accessoryBaseColor,nonatomic,readonly) UIColor * accessoryBaseColor; @property (nonatomic,readonly) UIColor * multiselectCheckmarkColor; @property (getter=_constants,nonatomic,readonly) id constants; @property (getter=_headerFooterLeadingMarginWidth,nonatomic,readonly) double headerFooterLeadingMarginWidth; @property (getter=_headerFooterTrailingMarginWidth,nonatomic,readonly) double headerFooterTrailingMarginWidth; @property (getter=_defaultSectionHeaderHeight,nonatomic,readonly) double defaultSectionHeaderHeight; @property (getter=_defaultSectionFooterHeight,nonatomic,readonly) double defaultSectionFooterHeight; @property (getter=_sidePadding,nonatomic,readonly) double sidePadding; @property (getter=_contentInset,nonatomic,readonly) UIEdgeInsets _contentInset; @property (getter=_tableContentInset,nonatomic,readonly) UIEdgeInsets tableContentInset; @property (getter=_rowSpacing,nonatomic,readonly) double rowSpacing; @property (getter=_isTableHeaderAutohiding,nonatomic,readonly) BOOL isTableHeaderAutohiding; @property (getter=_heightForTableHeader,nonatomic,readonly) double heightForTableHeader; @property (getter=_heightForTableFooter,nonatomic,readonly) double heightForTableFooter; @property (getter=_providesRowHeights,nonatomic,readonly) BOOL providesRowHeights; @property (getter=_estimatesHeights,nonatomic,readonly) BOOL estimatesHeights; @property (getter=_estimatesRowHeights,nonatomic,readonly) BOOL estimatesRowHeights; @property (getter=_estimatesSectionHeaderHeights,nonatomic,readonly) BOOL estimatesSectionHeaderHeights; @property (getter=_estimatesSectionFooterHeights,nonatomic,readonly) BOOL estimatesSectionFooterHeights; @property (getter=_shouldUseSearchBarHeaderBehavior,nonatomic,readonly) BOOL shouldUseSearchBarHeaderBehavior; @property (getter=_shouldUseNewHeaderFooterBehavior,nonatomic,readonly) BOOL shouldUseNewHeaderFooterBehavior; @property (getter=_rawSeparatorInset,nonatomic,readonly) UIEdgeInsets rawSeparatorInset; @property (getter=_popoverControllerStyle,nonatomic,readonly) long long popoverControllerStyle; @property (getter=_isInModalViewController,nonatomic,readonly) BOOL inModalViewController; @property (getter=_wasEditing,nonatomic,readonly) BOOL wasEditing; @property (getter=_swipeActionButtons,nonatomic,readonly) NSArray * swipeActionButtons; @property (getter=_usesModernSwipeActions,nonatomic,readonly) BOOL usesModernSwipeActions; @property (setter=_setSwipeToDeleteCell:,getter=_swipeToDeleteCell,nonatomic,retain) UITableViewCell * swipeToDeleteCell; @property (getter=_isEditingForSwipeDeletion,nonatomic,readonly) BOOL editingForSwipeDeletion; +(void)initialize; +(void)_initializeForIdiom:(long long)arg1 ; +(void)_setupIdiom:(long long)arg1 forTableViewStyle:(long long)arg2 ; +(id)_externalTableBackgroundColor; +(id)_externalTableSeparatorColor; -(id)initWithFrame:(CGRect)arg1 ; -(void)setFrame:(CGRect)arg1 ; -(void)layoutSubviews; -(CGSize)_contentSize; -(id)delegate; -(void)_scrollViewWillBeginDragging; -(void)scrollViewWillEndDragging:(id)arg1 withVelocity:(CGPoint)arg2 targetContentOffset:(inout CGPoint*)arg3 ; -(void)_scrollViewWillEndDraggingWithVelocity:(CGPoint)arg1 targetContentOffset:(CGPoint*)arg2 ; -(void)_focusedItem:(id)arg1 isMinX:(BOOL*)arg2 isMaxX:(BOOL*)arg3 isMinY:(BOOL*)arg4 isMaxY:(BOOL*)arg5 ; -(CGPoint)_adjustFocusContentOffset:(CGPoint)arg1 toShowFocusItemWithInfo:(id)arg2 ; -(void)setBackgroundColor:(id)arg1 ; -(id)initWithCoder:(id)arg1 ; -(void)_populateArchivedSubviews:(id)arg1 ; -(void)encodeWithCoder:(id)arg1 ; -(void)setDataSource:(id)arg1 ; -(void)setDelegate:(id)arg1 ; -(void)dealloc; -(id)hitTest:(CGPoint)arg1 withEvent:(id)arg2 ; -(void)didMoveToWindow; -(void)reloadData; -(void)bringSubviewToFront:(id)arg1 ; -(void)setRowHeight:(double)arg1 ; -(void)setEstimatedRowHeight:(double)arg1 ; -(void)setShowsVerticalScrollIndicator:(BOOL)arg1 ; -(long long)numberOfRowsInSection:(long long)arg1 ; -(CGRect)rectForRowAtIndexPath:(id)arg1 ; -(id)cellForRowAtIndexPath:(id)arg1 ; -(void)sendSubviewToBack:(id)arg1 ; -(void)setAllowsMultipleSelection:(BOOL)arg1 ; -(double)rowHeight; -(BOOL)allowsMultipleSelection; -(void)setBounds:(CGRect)arg1 ; -(NSRange)_visibleGlobalRows; -(id)dequeueReusableCellWithIdentifier:(id)arg1 ; -(void)scrollViewDidEndDragging:(id)arg1 willDecelerate:(BOOL)arg2 ; -(void)scrollViewDidEndDecelerating:(id)arg1 ; -(CGSize)sizeThatFits:(CGSize)arg1 ; -(void)traitCollectionDidChange:(id)arg1 ; -(id)dataSource; -(BOOL)_gestureRecognizer:(id)arg1 shouldBeRequiredToFailByGestureRecognizer:(id)arg2 ; -(void)setSemanticContentAttribute:(long long)arg1 ; -(void)setShowsHorizontalScrollIndicator:(BOOL)arg1 ; -(id)indexPathForCell:(id)arg1 ; -(long long)numberOfSections; -(void)touchesBegan:(id)arg1 withEvent:(id)arg2 ; -(void)touchesMoved:(id)arg1 withEvent:(id)arg2 ; -(void)touchesEnded:(id)arg1 withEvent:(id)arg2 ; -(void)touchesCancelled:(id)arg1 withEvent:(id)arg2 ; -(void)pressesBegan:(id)arg1 withEvent:(id)arg2 ; -(void)pressesEnded:(id)arg1 withEvent:(id)arg2 ; -(void)pressesCancelled:(id)arg1 withEvent:(id)arg2 ; -(void)_wheelChangedWithEvent:(id)arg1 ; -(void)encodeRestorableStateWithCoder:(id)arg1 ; -(void)decodeRestorableStateWithCoder:(id)arg1 ; -(void)_didChangeFromIdiom:(long long)arg1 onScreen:(id)arg2 traverseHierarchy:(BOOL)arg3 ; -(long long)style; -(BOOL)canBecomeFocused; -(long long)_style; -(void)_moveWithEvent:(id)arg1 ; -(id)preferredFocusedView; -(void)_hideIndexOverlay; -(void)_willChangeToIdiom:(long long)arg1 onScreen:(id)arg2 ; -(void)setLayoutMargins:(UIEdgeInsets)arg1 ; -(void)awakeFromNib; -(void)_scrollToTopFromTouchAtScreenLocation:(CGPoint)arg1 resultHandler:(/*^block*/id)arg2 ; -(void)pressesChanged:(id)arg1 withEvent:(id)arg2 ; -(BOOL)cancelTouchTracking; -(void)_didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2 ; -(void)setLayoutMarginsFollowReadableWidth:(BOOL)arg1 ; -(BOOL)layoutMarginsFollowReadableWidth; -(BOOL)_shouldResignFirstResponderWithInteractionDisabled; -(void)_layoutMarginsDidChangeFromOldMargins:(UIEdgeInsets)arg1 ; -(void)_safeAreaInsetsDidChangeFromOldInsets:(UIEdgeInsets)arg1 ; -(id)_childFocusRegionsInRect:(CGRect)arg1 inCoordinateSpace:(id)arg2 ; -(BOOL)isSpringLoaded; -(BOOL)_shouldUpdateFocusInContext:(id)arg1 ; -(void)setDirectionalLayoutMargins:(NSDirectionalEdgeInsets)arg1 ; -(BOOL)_allowsFocusToLeaveViaHeading:(unsigned long long)arg1 ; -(void)resizeSubviewsWithOldSize:(CGSize)arg1 ; -(void)_addSubview:(id)arg1 positioned:(long long)arg2 relativeTo:(id)arg3 ; -(void)willMoveToSuperview:(id)arg1 ; -(id)hitTest:(CGPoint)arg1 forEvent:(GSEventRef)arg2 ; -(void)_setIsAncestorOfFirstResponder:(BOOL)arg1 ; -(void)setSpringLoaded:(BOOL)arg1 ; -(void)_boundingPathMayHaveChangedForView:(id)arg1 relativeToBoundsOriginOnly:(BOOL)arg2 ; -(void)setContentOffset:(CGPoint)arg1 ; -(void)_setUsesStaticScrollBar:(BOOL)arg1 ; -(void)_addContentSubview:(id)arg1 atBack:(BOOL)arg2 ; -(void)accessoryInsetsDidChange:(UIEdgeInsets)arg1 ; -(BOOL)_beginTrackingWithEvent:(id)arg1 ; -(CGPoint)_contentOffsetForLowFidelityScrollInDirection:(CGPoint)arg1 duration:(double*)arg2 ; -(id)_focusFastScrollingDestinationItemForIndexEntry:(id)arg1 ; -(id)_focusFastScrollingDestinationItemAtContentStart; -(id)_focusFastScrollingDestinationItemAtContentEnd; -(id)_focusFastScrollingIndexBarEntries; -(UIEdgeInsets)_focusFastScrollingIndexBarInsets; -(CGPoint)indexBarAccessoryView:(id)arg1 contentOffsetForEntry:(id)arg2 atIndex:(long long)arg3 ; -(id)_swipeGestureRecognizer; -(void)setContentInset:(UIEdgeInsets)arg1 ; -(void)flashScrollIndicators; -(void)setDelaysContentTouches:(BOOL)arg1 ; -(BOOL)touchesShouldCancelInContentView:(id)arg1 ; -(void)setRefreshControl:(id)arg1 ; -(UIEdgeInsets)_contentInset; -(void)_getGradientMaskBounds:(out CGRect*)arg1 startInsets:(out UIEdgeInsets*)arg2 endInsets:(out UIEdgeInsets*)arg3 intensities:(out UIEdgeInsets*)arg4 ; -(double)_shadowHeightOffset; -(void)_scrollViewAnimationEnded:(id)arg1 finished:(BOOL)arg2 ; -(void)_scrollViewDidEndDraggingWithDeceleration:(BOOL)arg1 ; -(void)_scrollViewDidEndDecelerating; -(void)_ensureViewsAreLoadedInRect:(CGRect)arg1 ; -(BOOL)_scrollsToMakeFirstResponderVisible; -(void)_adjustForAutomaticKeyboardInfo:(id)arg1 animated:(BOOL)arg2 lastAdjustment:(double*)arg3 ; -(id)initWithFrame:(CGRect)arg1 style:(long long)arg2 ; -(id)_scrollView; -(void)setBackgroundView:(UIView *)arg1 ; -(UIView *)backgroundView; -(BOOL)_manuallyManagesSwipeUI; -(id)indexPathForRowAtPoint:(CGPoint)arg1 ; -(void)_performUsingPresentationValues:(/*^block*/id)arg1 ; -(BOOL)_canSwipeCellAtPoint:(CGPoint)arg1 ; -(id)_swipeToDeleteCell; -(BOOL)_swipeCellAtPoint:(CGPoint)arg1 ; -(void)_setSwipeToDeleteCell:(id)arg1 ; -(void)_updateWrapperContentInset; -(void)_updateSwipeWithDistancePulled:(double)arg1 ; -(long long)_numberOfSectionsUsingPresentationValues:(BOOL)arg1 ; -(id)_scrollTestExtraResults; -(void)_handleSwipeDelete:(id)arg1 ; -(void)longPress:(id)arg1 ; -(void)_removeTableViewGestureRecognizers; -(void)_installTableViewGestureRecognizers; -(void)_updateRowData; -(id)indexPathForRowAtGlobalRow:(long long)arg1 ; -(void)_scheduleAdjustExtraSeparators; -(void)_adjustReusableTableCells; -(unsigned long long)_countStringRowCount; -(void)_updateContentSize; -(UIColor *)separatorColor; -(void)setSectionBorderColor:(id)arg1 ; -(void)_ensureRowDataIsLoaded; -(double)heightForAutohidingTableHeaderView; -(double)heightForTableHeaderViewHiding; -(void)_updateShowScrollIndicatorsFlag; -(void)_adjustTableHeaderAndFooterViews; -(void)_adjustCountLabel; -(void)_updateIndexFrame; -(void)_updateBackgroundViewFrame; -(void)_setNeedsIndexBarInsetsUpdate; -(UIEdgeInsets)_cachedSectionIndexBarInsets; -(void)_setCachedSectionIndexBarInsets:(UIEdgeInsets)arg1 ; -(void)_updateIndexFrameSuppressingChangeNotification:(BOOL)arg1 ; -(UIEdgeInsets)_insetsForIndexBar; -(double)_externalIndexWidth; -(id)_delegateProxy; -(BOOL)_isShowingIndex; -(UIView *)tableHeaderView; -(id)_dataSourceSectionIndexTitlesForTableView; -(void)_removeIndex; -(id)_dataSourceProxy; -(void)_updateIndexTitles:(id)arg1 ; -(void)_sectionIndexTouchesBegan:(id)arg1 ; -(void)_sectionIndexChanged:(id)arg1 ; -(void)_sectionIndexTouchesEnded:(id)arg1 ; -(BOOL)_shouldSetIndexBackgroundColorToTableBackgroundColor; -(void)_addIndexToAppropriateContainer; -(void)_updateIndexDisplayedTitles; -(double)_indexBarExtentFromEdge; -(CGRect)_rectForRowAtIndexPath:(id)arg1 usingPresentationValues:(BOOL)arg2 ; -(CGPoint)_contentOffsetForScrollingToRowAtIndexPath:(id)arg1 atScrollPosition:(long long)arg2 ; -(CGPoint)_contentOffsetForScrollingToRowAtIndexPath:(id)arg1 atScrollPosition:(long long)arg2 usingPresentationValues:(BOOL)arg3 ; -(id)_visibleCellForGlobalRow:(long long)arg1 ; -(long long)maximumGlobalRowIndex; -(id)_cellForRowAtIndexPath:(id)arg1 usingPresentationValues:(BOOL)arg2 ; -(void)_updateVisibleCellsNow:(BOOL)arg1 isRecursive:(BOOL)arg2 ; -(void)_suspendReloads; -(BOOL)_isScrolledToTop; -(id)_indexPathsForVisibleRowsUsingPresentationValues:(BOOL)arg1 ; -(double)_computeOffsetOfFirstVisibleCellWithIndexPath:(id)arg1 ; -(id)_arrayForUpdateAction:(int)arg1 ; -(void)_rebaseExistingShadowUpdatesIfNecessaryWithItems:(id)arg1 insertItems:(id)arg2 deleteItems:(id)arg3 sortedInsertItems:(id)arg4 sortedDeleteItems:(id)arg5 sortedMoveItems:(id)arg6 ; -(BOOL)_usesModernSwipeActions; -(void)_updateWithItems:(id)arg1 updateSupport:(id)arg2 ; -(void)_endSwipeToDeleteRowDidDelete:(BOOL)arg1 ; -(void)_numberOfRowsDidChange; -(BOOL)_shouldRestorePreReloadScrollPositionWithFirstVisibleIndexPath:(id)arg1 scrolledToTop:(BOOL)arg2 ; -(void)_adjustExtraSeparators; -(void)_resumeReloads; -(void)_updateFocusedCellIndexPathIfNecessaryWithLastFocusedRect:(CGRect)arg1 ; -(id)_existingCellForRowAtIndexPath:(id)arg1 ; -(void)_cellDidShowSelectedBackground:(id)arg1 ; -(void)_addSwipeDeletionShadowUpdatesIfNecessaryWithOldRowData:(id)arg1 oldSwipedIndexPath:(id)arg2 ; -(BOOL)_isPerformingShadowUpdates; -(BOOL)_isPerformingRevertingShadowUpdates; -(long long)_numberOfRowsInSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ; -(id)_indexPathForCell:(id)arg1 usingPresentationValues:(BOOL)arg2 ; -(void)_setFocusedCellIndexPath:(id)arg1 ; -(BOOL)_shouldUnionVisibleBounds; -(BOOL)_shouldUseNewHeaderFooterBehavior; -(CGRect)_visibleBounds; -(id)_tableHeaderView:(BOOL)arg1 ; -(id)_tableFooterView:(BOOL)arg1 ; -(BOOL)_shouldShowHeadersAndFooters; -(void)_reuseHeaderFooterView:(id)arg1 isHeader:(BOOL)arg2 forSection:(long long)arg3 ; -(BOOL)_delegateWantsHeaderForSection:(long long)arg1 ; -(BOOL)_delegateWantsFooterForSection:(long long)arg1 ; -(BOOL)allowsHeaderViewsToFloat; -(UIEdgeInsets)_sectionContentInset; -(id)_sectionHeaderViewWithFrame:(CGRect)arg1 forSection:(long long)arg2 floating:(BOOL)arg3 reuseViewIfPossible:(BOOL)arg4 willDisplay:(BOOL)arg5 ; -(BOOL)allowsFooterViewsToFloat; -(id)_sectionFooterViewWithFrame:(CGRect)arg1 forSection:(long long)arg2 floating:(BOOL)arg3 reuseViewIfPossible:(BOOL)arg4 willDisplay:(BOOL)arg5 ; -(void)_updatePinnedTableHeader; -(void)_reuseTableViewCell:(id)arg1 withIndexPath:(id)arg2 didEndDisplaying:(BOOL)arg3 ; -(void)_reapTentativeViews; -(void)_setNeedsVisibleCellsUpdate:(BOOL)arg1 withFrames:(BOOL)arg2 ; -(double)_contentOffsetYForRestoringScrollPositionOfFirstVisibleRowWithContentInsetTop:(double)arg1 ; -(BOOL)_estimatesHeights; -(NSRange)_visibleGlobalRowsInRect:(CGRect)arg1 canGuess:(BOOL)arg2 ; -(NSRange)_visibleGlobalRowsInRect:(CGRect)arg1 ; -(id)_reorderingSupport; -(id)_createPreparedCellForGlobalRow:(long long)arg1 willDisplay:(BOOL)arg2 ; -(BOOL)_shouldDisplayTopSeparator; -(CGPoint)_validContentOffsetForProposedOffset:(CGPoint)arg1 ; -(void)_updateTableHeadersAndFootersNow:(BOOL)arg1 ; -(void)_updateVisibleHeadersAndFootersNow:(BOOL)arg1 ; -(void)_updateIndex; -(void)setSeparatorStyle:(long long)arg1 ; -(void)_reuseTableViewSubview:(id)arg1 viewType:(int)arg2 ; -(BOOL)_shouldDrawThickSeparators; -(BOOL)_shouldDisplayExtraSeparatorsAtOffset:(double*)arg1 ; -(double)_defaultMarginWidth; -(BOOL)_shouldApplyReadableWidthInsets; -(BOOL)_separatorInsetIsRelativeToCellEdges; -(double)_spacingForExtraSeparators; -(void)setSeparatorEffect:(UIVisualEffect *)arg1 ; -(id)_cellContainerView; -(long long)globalRowForRowAtIndexPath:(id)arg1 ; -(void)_hideSeparatorForRowAtIndexPath:(id)arg1 ; -(void)_showSeparatorForRowBeforeIndexPath:(id)arg1 ; -(void)_showSeparatorForRowAtIndexPath:(id)arg1 ; -(id)_deleteConfirmationButtonForRowAtIndexPath:(id)arg1 ; -(id)_titleForDeleteConfirmationButtonForRowAtIndexPath:(id)arg1 ; -(id)_swipeAccessoryButtonForRowAtIndexPath:(id)arg1 ; -(id)_titleForSwipeAccessoryButtonForRowAtIndexPath:(id)arg1 ; -(id)_swipeActionButtonsForRowAtIndexPath:(id)arg1 ; -(void)_animateDeletionOfRowAtIndexPath:(id)arg1 ; -(BOOL)_canMoveRowAtIndexPath:(id)arg1 ; -(id)_constants; -(double)_headerFooterLeadingMarginWidth; -(void)_setMarginWidth:(double)arg1 ; -(double)_headerFooterTrailingMarginWidth; -(BOOL)insetsContentViewsToSafeArea; -(void)_setupSectionView:(id)arg1 isHeader:(BOOL)arg2 forSection:(long long)arg3 ; -(id)_cellReuseMapForType:(int)arg1 ; -(void)_resignFirstResponderInDeletedSectionOrRow:(BOOL)arg1 ; -(id)_focusedCellIndexPath; -(void)_reusePreviouslyFocusedTableViewSubviewIfNeeded:(id)arg1 viewType:(int)arg2 indexPath:(id)arg3 ; -(BOOL)_indexPathIsValid:(id)arg1 ; -(void)_updateCellContentStringCallout:(id)arg1 ; -(void)_beginAnimatingCells; -(BOOL)isEditing; -(void)_setupCell:(id)arg1 forEditing:(BOOL)arg2 atIndexPath:(id)arg3 animated:(BOOL)arg4 updateSeparators:(BOOL)arg5 ; -(long long)_editingStyleForRowAtIndexPath:(id)arg1 ; -(BOOL)_shouldIndentWhileEditingForRowAtIndexPath:(id)arg1 ; -(BOOL)_canReorderRowAtIndexPath:(id)arg1 ; -(void)_setupCell:(id)arg1 forEditing:(BOOL)arg2 atIndexPath:(id)arg3 canEdit:(BOOL)arg4 editingStyle:(long long)arg5 shouldIndentWhileEditing:(BOOL)arg6 showsReorderControl:(BOOL)arg7 accessoryType:(long long)arg8 animated:(BOOL)arg9 updateSeparators:(BOOL)arg10 ; -(void)setEditing:(BOOL)arg1 animated:(BOOL)arg2 ; -(void)_updateAnimationDidStop:(id)arg1 finished:(id)arg2 context:(id)arg3 ; -(void)_updateBackgroundView; -(void)_endAnimatingCells; -(id)_visibleCellsUsingPresentationValues:(BOOL)arg1 ; -(BOOL)_shouldDrawSeparatorAtTopOfSection:(long long)arg1 ; -(BOOL)_shouldDrawSeparatorAtBottomOfSection:(long long)arg1 ; -(void)_cleanupStateFromDeleteConfirmation; -(BOOL)_highlightFirstVisibleRowIfAppropriate; -(void)_configureCellForDisplay:(id)arg1 forIndexPath:(id)arg2 ; -(id)_indexPathForRowAtPoint:(CGPoint)arg1 usingPresentationValues:(BOOL)arg2 ; -(BOOL)_shouldChangeIndexBasedOnValueChanged; -(void)_updateSectionIndex; -(long long)_sectionIndexChangedToIndex:(long long)arg1 title:(id)arg2 ; -(double)_defaultSectionHeaderHeight; -(BOOL)_shouldShowIndexOverlays; -(void)_transitionIndexOverlayToVisible:(BOOL)arg1 shouldFadeBackToInvisible:(BOOL)arg2 ; -(void)_moveSectionIndexTitleIndexToIndex:(long long)arg1 highlight:(BOOL)arg2 ; -(void)_scrollToRowAtIndexPath:(id)arg1 atScrollPosition:(long long)arg2 animated:(BOOL)arg3 usingPresentationValues:(BOOL)arg4 ; -(void)_updateFocusedItemToIndexPath:(id)arg1 ; -(void)_startIndexOverlayTimerWithDelay:(double)arg1 ; -(void)_transitionIndexOverlaySelectionViewToVisible:(BOOL)arg1 ; -(BOOL)_isUsingPresentationValues; -(id)_deleteConfirmationIndexPathUsingPresentationValues:(BOOL)arg1 ; -(void)_setDeleteConfirmationIndexPath:(id)arg1 animated:(BOOL)arg2 usingPresentationValues:(BOOL)arg3 ; -(void)_setEditing:(BOOL)arg1 animated:(BOOL)arg2 forced:(BOOL)arg3 ; -(void)_sendDidEndEditingForIndexPath:(id)arg1 ; -(BOOL)_canEditRowAtIndexPath:(id)arg1 ; -(void)_sendWillBeginEditingForIndexPath:(id)arg1 ; -(void)_endDisplayingCellContentStringCallout; -(void)_scrollToTopHidingTableHeader:(BOOL)arg1 ; -(UIColor *)sectionIndexColor; -(void)setSectionIndexColor:(UIColor *)arg1 ; -(UIColor *)sectionIndexTrackingBackgroundColor; -(void)setSectionIndexTrackingBackgroundColor:(UIColor *)arg1 ; -(void)setSeparatorColor:(UIColor *)arg1 ; -(void)_updateWrapperView; -(long long)_currentSectionIndexTitleIndex; -(void)_configureIndexOverlayIndicatorViewIfNecessary; -(void)_configureIndexOverlaySelectionViewIfNecessary; -(void)_upArrowLongPress:(id)arg1 ; -(void)_downArrowLongPress:(id)arg1 ; -(void)_upArrowTap:(id)arg1 ; -(void)_downArrowTap:(id)arg1 ; -(void)_tearDownIndexOverlayViews; -(void)_updateWrapperFrame; -(double)_widthForContentInRect:(CGRect)arg1 ; -(void)_setSeparatorsDrawInVibrantLightModeUIAppearance:(id)arg1 ; -(void)setCellLayoutMarginsFollowReadableWidth:(BOOL)arg1 ; -(void)_setSeparatorInsetIsRelativeToCellEdges:(BOOL)arg1 ; -(void)_languageChanged; -(void)_systemTextSizeChanged; -(void)_darkenedSystemColorsChanged; -(void)_initializeTentativeViewContainers; -(BOOL)_shouldWrapCells; -(CGRect)_frameForWrapper; -(void)_updateWrapperClipping; -(void)_setupTableViewCommon; -(id)_defaultBackgroundView; -(id)_defaultSeparatorColor; -(void)setAllowsSelection:(BOOL)arg1 ; -(void)_setupDefaultHeights; -(void)_configureBackgroundView; -(void)setSeparatorInsetReference:(long long)arg1 ; -(long long)separatorInsetReference; -(void)_stopAutoscrollTimer; -(void)_stopLongPressAutoscrollTimer; -(void)_stopIndexOverlayTimer; -(void)_stopIgnoringWheelEventsOnIndexOverlayIndicator:(id)arg1 ; -(BOOL)_sectionContentInsetFollowsLayoutMargins; -(long long)_popoverControllerStyle; -(void)_setRowCount:(unsigned long long)arg1 ; -(void)_createOrUninstallDragAndDropControllersIfNeeded; -(id)prefetchDataSource; -(void)setPrefetchDataSource:(id)arg1 ; -(void)setTableHeaderViewShouldAutoHide:(BOOL)arg1 ; -(BOOL)_estimatesRowHeights; -(BOOL)_estimatesSectionHeaderHeights; -(BOOL)_estimatesSectionFooterHeights; -(void)_resetAllShadowUpdates; -(void)_cancelCellReorder:(BOOL)arg1 ; -(void)noteNumberOfRowsChanged; -(long long)_lastGlobalRowIndex; -(CGRect)_indexFrame; -(CGRect)_rectForSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ; -(CGRect)rectForSection:(long long)arg1 ; -(CGRect)_rectForHeaderInSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ; -(CGRect)_rectForFooterInSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ; -(CGRect)_rectForRowAtIndexPath:(id)arg1 canGuess:(BOOL)arg2 ; -(id)_focusedCell; -(id)_indexPathsForRowsInRect:(CGRect)arg1 usingPresentationValues:(BOOL)arg2 ; -(id)indexPathsForRowsInRect:(CGRect)arg1 ; -(void)_updateVisibleCellsImmediatelyIfNecessary; -(BOOL)_hasFocusedCellForIndexPath:(id)arg1 ; -(id)_headerViewForSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ; -(id)_visibleHeaderViewForSection:(long long)arg1 ; -(id)_footerViewForSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ; -(id)_visibleFooterViewForSection:(long long)arg1 ; -(id)_indexPathForSelectedRowUsingPresentationValues:(BOOL)arg1 ; -(void)_setupCellAnimations; -(void)_endCellAnimationsWithContext:(id)arg1 ; -(void)endUpdatesWithContext:(id)arg1 ; -(void)beginUpdates; -(void)_performBatchUpdates:(/*^block*/id)arg1 withContext:(id)arg2 completion:(/*^block*/id)arg3 ; -(BOOL)_swipeDeletionCommitted; -(void)_removeSwipeDeletionShadowUpdates; -(id)_addToShadowUpdatesControllerIfNeeded:(id)arg1 ; -(id)_updateSections:(id)arg1 withUpdateAction:(int)arg2 rowAnimation:(long long)arg3 headerFooterOnly:(BOOL)arg4 usingPresentationValues:(BOOL)arg5 ; -(id)_moveSection:(long long)arg1 toSection:(long long)arg2 usingPresentationValues:(BOOL)arg3 ; -(id)_updateRowsAtIndexPaths:(id)arg1 withUpdateAction:(int)arg2 rowAnimation:(long long)arg3 usingPresentationValues:(BOOL)arg4 ; -(id)_moveRowAtIndexPath:(id)arg1 toIndexPath:(id)arg2 usingPresentationValues:(BOOL)arg3 ; -(void)setAllowsMultipleSelectionDuringEditing:(BOOL)arg1 ; -(id)_indexPathsForSelectedRowsUsingPresentationValues:(BOOL)arg1 ; -(id)_indexPathsForHighlightedRowsUsingPresentationValues:(BOOL)arg1 ; -(void)unhighlightRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 ; -(BOOL)_isRowMultiSelect:(id)arg1 ; -(BOOL)_highlightRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 usingPresentationValues:(BOOL)arg4 ; -(BOOL)_shouldHighlightInsteadOfSelectRowAtIndexPath:(id)arg1 ; -(BOOL)allowsSelection; -(BOOL)allowsSelectionDuringEditing; -(void)selectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 ; -(void)deselectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 ; -(void)_reloadDataIfNeeded; -(void)_deselectAllNonMultiSelectRowsAnimated:(BOOL)arg1 notifyDelegate:(BOOL)arg2 ; -(void)_deselectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 notifyDelegate:(BOOL)arg3 ; -(void)_selectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 notifyDelegate:(BOOL)arg4 ; -(void)_userSelectRowAtPendingSelectionIndexPath:(id)arg1 ; -(void)_updateSeparatorStyleForCell:(id)arg1 atIndexPath:(id)arg2 ; -(UIEdgeInsets)_backgroundContentInset; -(void)_distributeSeparatorColor:(id)arg1 ; -(BOOL)_shouldDrawDarkSeparators; -(id)separatorTopShadowColor; -(id)separatorBottomShadowColor; -(BOOL)_hasHeaderFooterBelowRowAtIndexPath:(id)arg1 ; -(NSArray *)visibleCells; -(void)_backgroundColorAnimationDidStop; -(void)_setBackgroundColor:(id)arg1 animated:(BOOL)arg2 ; -(void)_updateTableHeaderFooterViewInsetsContentViewsToSafeArea; -(BOOL)_pinsTableHeaderView; -(id)_nibMapForType:(int)arg1 ; -(id)_nibExternalObjectsTablesForType:(int)arg1 ; -(id)_classMapForType:(int)arg1 ; -(id)_templateLayoutCellForCellsWithReuseIdentifier:(id)arg1 ; -(id)_dequeueReusableViewOfType:(int)arg1 withIdentifier:(id)arg2 ; -(id)_dequeueReusableCellWithIdentifier:(id)arg1 forIndexPath:(id)arg2 usingPresentationValues:(BOOL)arg3 ; -(BOOL)_shouldConfigureCellForDisplayDuringDequeueForIndexPath:(id)arg1 ; -(id)_indexPathForSwipeRowAtPoint:(CGPoint)arg1 ; -(BOOL)_hasSwipeToDeleteRow; -(void)_handleSwipeDeleteGobbler:(id)arg1 ; -(BOOL)_wantsSwipes; -(void)_resetDragSwipeAndTouchSelectFlags; -(UITouch *)currentTouch; -(void)setCurrentTouch:(UITouch *)arg1 ; -(BOOL)_canSelectRowContainingHitView:(id)arg1 ; -(BOOL)allowsMultipleSelectionDuringEditing; -(void)_updateTableHeaderViewForAutoHideWithVelocity:(double)arg1 targetOffset:(CGPoint*)arg2 ; -(void)_selectAllSelectedRows; -(id)_visibleSubviewsInHeaderFooterDictionary:(CFDictionaryRef)arg1 ; -(id)_visibleHeaderFooterViews; -(id)_nearestCellToPoint:(CGPoint)arg1 ; -(id)_tableViewCellForContentView:(id)arg1 ; -(void)_applyCoalescedContentSizeUpdates; -(void)_updatePrefetchContext; -(id)_prefetchDataSourceProxy; -(void)_updateMarginWidthForVisibleViewsForceLayout:(BOOL)arg1 ; -(void)_setDefaultLayoutMargins:(UIEdgeInsets)arg1 ; -(void)_scrollFirstResponderCellToVisible:(BOOL)arg1 ; -(void)_rectChangedWithNewSize:(CGSize)arg1 oldSize:(CGSize)arg2 ; -(void)_rebuildGeometry; -(void)_updateTableViewGestureRecognizersForEditing; -(BOOL)_dataSourceImplementsCanUpdateRowAtIndexPath; -(void)_updateForChangeInEffectiveContentInset; -(void)_registerThing:(id)arg1 asNib:(BOOL)arg2 forViewType:(int)arg3 withReuseIdentifer:(id)arg4 ; -(double)_contentWidthForCell:(id)arg1 forRowAtIndexPath:(id)arg2 usingPresentationValues:(BOOL)arg3 ; -(double)_defaultLeadingCellMarginWidth; -(double)_defaultTrailingCellMarginWidth; -(void)_accessoryButtonAction:(id)arg1 ; -(void)_updateDragStateForCell:(id)arg1 atIndexPath:(id)arg2 ; -(void)_updateTopSeparatorForCell:(id)arg1 atIndexPath:(id)arg2 ; -(BOOL)_drawsTopShadowInGroupedSections; -(id)sectionBorderColor; -(long long)_separatorBackdropOverlayBlendMode; -(void)_setSeparatorBackdropOverlayBlendMode:(long long)arg1 ; -(double)_sectionBorderWidth; -(void)_setSectionBorderWidth:(double)arg1 ; -(void)_setAllowsReorderingWhenNotEditing:(BOOL)arg1 ; -(BOOL)cellLayoutMarginsFollowReadableWidth; -(double)_heightForCell:(id)arg1 atIndexPath:(id)arg2 ; -(void)setSeparatorInset:(UIEdgeInsets)arg1 ; -(void)_recomputeSectionIndexTitleIndex; -(void)_startIndexOverlayIndicatorIgnoreTimer; -(void)_prolongIndexOverlayTimer; -(void)_shiftSectionIndexTitleIndexByAmount:(long long)arg1 ; -(void)_setIndexPathToFocus:(id)arg1 ; -(void)_requestAppropriateFocusUpdate; -(id)_updateIndexOverlayToShowTitleAtIndex:(long long)arg1 ; -(void)_unhighlightAllRowsAndHighlightGlobalRow:(long long)arg1 ; -(void)_highlightCell:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 highlight:(BOOL)arg4 ; -(BOOL)_shouldConsumePressEvent:(id)arg1 ; -(long long)highlightedGlobalRow; -(CGRect)_boundsForIndexOverlay; -(void)_hideIndexOverlay:(id)arg1 ; -(double)_timeToIgnoreWheelEventsOnIndexOverlayIndicator; -(BOOL)_shouldHaveIndexOverlaySelectionView; -(void)_longPressNudgeScrollToRow:(long long)arg1 position:(long long)arg2 ; -(void)_handleNudgeInDirection:(long long)arg1 ; -(void)_nudgeScroll:(long long)arg1 ; -(id)_indexPathToFocus; -(void)setRemembersLastFocusedIndexPath:(BOOL)arg1 ; -(BOOL)remembersLastFocusedIndexPath; -(id)_reorderingIndexPath; -(long long)_sectionForHeaderView:(id)arg1 ; -(long long)_sectionForFooterView:(id)arg1 ; -(id)_managedSubviewForView:(id)arg1 viewType:(int*)arg2 indexPath:(out id*)arg3 ; -(void)_setFocusedCell:(id)arg1 ; -(id)_delegatePreferredIndexPath; -(id)_createPreparedCellForRowAtIndexPath:(id)arg1 willDisplay:(BOOL)arg2 ; -(id)_contentSubviews; -(double)_estimatedHeightForHeaderInSection:(long long)arg1 ; -(BOOL)_delegateWantsHeaderTitleForSection:(long long)arg1 ; -(id)_delegateViewForHeaderInSection:(long long)arg1 ; -(double)_estimatedHeightForFooterInSection:(long long)arg1 ; -(BOOL)_delegateWantsFooterTitleForSection:(long long)arg1 ; -(id)_delegateViewForFooterInSection:(long long)arg1 ; -(void)_animateTableViewContentToNewLayoutWithDuration:(double)arg1 reorderingCell:(id)arg2 additionalAnimations:(/*^block*/id)arg3 ; -(void)_updateDragControllerEnabledState; -(BOOL)_dragAndDropUsedForReordering; -(BOOL)hasActiveDrag; -(BOOL)hasActiveDrop; -(BOOL)hasUncommittedUpdates; -(id)_dragDelegateProxy; -(id)_dragSourceDelegateProxy; -(long long)_dataOwnerForDragSession:(id)arg1 atIndexPath:(id)arg2 ; -(void)_updateTopSeparatorForVisibleCells; -(id)_dropDelegateProxy; -(id)_dragDestinationDelegateProxy; -(id)_dropTargetIndexPathAtPoint:(CGPoint)arg1 adjustedForGap:(BOOL)arg2 ; -(id)_resolvedDropProposalAfterAdditionalHitTestingForIndexPath:(id)arg1 dropSession:(id)arg2 dropOperation:(unsigned long long)arg3 dropIntent:(long long)arg4 dropProposal:(id)arg5 ; -(id)_retargetedReorderIndexPathForInitialIndexPath:(id)arg1 proposedIndexPath:(id)arg2 ; -(void)_endDragAndDropReordering; -(void)_beginDragAndDropReorderingOfIndexPath:(id)arg1 cell:(id)arg2 ; -(void)_unhighlightAllRowsExceptSpringLoadingRowAnimated:(BOOL)arg1 ; -(void)_animateTableViewContentToNewLayout; -(void)performBatchUpdates:(/*^block*/id)arg1 completion:(/*^block*/id)arg2 ; -(id)_dropPreviewParametersForIndexPath:(id)arg1 ; -(id)_placeholderContexts; -(id)_currentIndexPathForPlaceholder:(id)arg1 ; -(id)_shadowUpdatesController; -(id)_shadowUpdateForPlaceholder:(id)arg1 ; -(id)_currentIndexPathForExistingShadowInsertUpdate:(id)arg1 ; -(id)_performShadowUpdates:(/*^block*/id)arg1 ; -(id)_revertExistingShadowInsertUpdate:(id)arg1 withAlongsideUpdates:(/*^block*/id)arg2 ; -(id)_deletePlaceholderForContext:(id)arg1 ; -(BOOL)_isSwipeDeletionIndexPath:(id)arg1 ; -(id)_placeholderContextForIndexPath:(id)arg1 ; -(double)_heightForRowAtIndexPath:(id)arg1 ; -(void)_performRevertingShadowUpdates:(/*^block*/id)arg1 ; -(BOOL)_isReorderControlActiveForCell:(id)arg1 ; -(void)_reorderPositionChangedForCell:(id)arg1 ; -(void)_endCellReorderAnimation:(BOOL)arg1 wasCancelled:(BOOL)arg2 ; -(void)adjustIndexPaths:(id)arg1 forMoveOfIndexPath:(id)arg2 toIndexPath:(id)arg3 ; -(void)_tableCellAnimationDidStop:(id)arg1 finished:(id)arg2 ; -(void)_endReorderingForCell:(id)arg1 wasCancelled:(BOOL)arg2 animated:(BOOL)arg3 ; -(void)_reorderPositionChangedForCell:(id)arg1 withScrollFactorPercentage:(float)arg2 ; -(BOOL)shouldDisplayTopSeparatorForRowAtIndexPath:(id)arg1 ; -(id)dequeueReusableHeaderFooterViewWithIdentifier:(id)arg1 ; -(id)_popReusableHeaderView:(BOOL)arg1 ; -(id)_newSectionViewWithFrame:(CGRect)arg1 forSection:(long long)arg2 isHeader:(BOOL)arg3 ; -(BOOL)_shouldStripHeaderTopPaddingForSection:(long long)arg1 ; -(id)_sectionHeaderView:(BOOL)arg1 withFrame:(CGRect)arg2 forSection:(long long)arg3 floating:(BOOL)arg4 reuseViewIfPossible:(BOOL)arg5 willDisplay:(BOOL)arg6 ; -(long long)_accessoryTypeForCell:(id)arg1 forRowAtIndexPath:(id)arg2 ; -(id)_createPreparedCellForGlobalRow:(long long)arg1 withIndexPath:(id)arg2 willDisplay:(BOOL)arg3 ; -(id)_visibleHeaderViewForSection:(long long)arg1 includeTentativeViews:(BOOL)arg2 ; -(id)_visibleFooterViewForSection:(long long)arg1 includeTentativeViews:(BOOL)arg2 ; -(BOOL)_headerAndFooterViewsFloat; -(BOOL)_isLastRowForIndexPath:(id)arg1 ; -(void)_autoscrollForReordering:(id)arg1 ; -(id)_targetIndexPathAtPoint:(CGPoint)arg1 withLastTargetIndexPath:(id)arg2 adjustedForGap:(BOOL)arg3 ; -(void)_animateSwipeCancelation; -(long long)separatorStyle; -(double)_backgroundInset; -(id)_backgroundColorForDeleteConfirmationButtonForRowAtIndexPath:(id)arg1 ; -(id)_backgroundColorForSwipeAccessoryButtonForRowAtIndexPath:(id)arg1 ; -(void)_installSwipeToDeleteGobbler; -(void)_setSwipeToDeleteCell:(id)arg1 installGobbler:(BOOL)arg2 ; -(void)_performCellContentStringCalloutCleanupHidingMenu:(BOOL)arg1 ; -(BOOL)longPressGestureWithinAutoscrollZone; -(BOOL)_displayingCellContentStringCallout; -(void)_beginDisplayingCellContentStringCallout; -(void)_autoscrollForLongPress:(id)arg1 ; -(CGRect)_visibleBoundsIncludingRowsOnly; -(BOOL)_pathIsHidden:(id)arg1 ; -(void)_setSeparatorsDrawAsOverlay:(BOOL)arg1 ; -(double)_classicHeightForRowAtIndexPath:(id)arg1 ; -(double)_classicHeightForHeaderInSection:(long long)arg1 ; -(double)_defaultSectionFooterHeight; -(double)_classicHeightForFooterInSection:(long long)arg1 ; -(void)_setHeight:(double)arg1 forRowAtIndexPath:(id)arg2 usingPresentationValues:(BOOL)arg3 ; -(id)_trailingSwipeConfigurationAtIndexPath:(id)arg1 fromRemoveButton:(BOOL)arg2 ; -(UIEdgeInsets)_effectiveSafeAreaInsets; -(id)_contextualActionForDeletingRowAtIndexPath:(id)arg1 usingPresentationValues:(BOOL)arg2 ; -(id)swipeActionForDeletingRowAtIndexPath:(id)arg1 ; -(id)contextualActionForDeletingRowAtIndexPath:(id)arg1 ; -(id)_contextualActionForDeletingRowAtIndexPath:(id)arg1 performsFirstActionWithFullSwipe:(BOOL*)arg2 ; -(UIEdgeInsets)separatorInset; -(UIEdgeInsets)_tableContentInset; -(double)_heightForHeaderView:(id)arg1 inSection:(long long)arg2 ; -(double)_heightForFooterView:(id)arg1 inSection:(long long)arg2 ; -(void)_applyContentSizeDeltaImmediately:(double)arg1 ; -(long long)presentationSectionIndexForDataSourceSectionIndex:(long long)arg1 ; -(long long)dataSourceSectionIndexForPresentationSectionIndex:(long long)arg1 ; -(id)presentationIndexPathForDataSourceIndexPath:(id)arg1 ; -(id)dataSourceIndexPathForPresentationIndexPath:(id)arg1 ; -(void)performUsingPresentationValues:(/*^block*/id)arg1 ; -(BOOL)_gestureRecognizer:(id)arg1 shouldRequireFailureOfGestureRecognizer:(id)arg2 ; -(BOOL)_gestureRecognizerShouldBegin:(id)arg1 ; -(id)gestureRecognizerViewForSwipeActionController:(id)arg1 ; -(id)itemContainerViewForSwipeActionController:(id)arg1 ; -(id)swipeActionController:(id)arg1 viewForItemAtIndexPath:(id)arg2 ; -(id)swipeActionController:(id)arg1 indexPathForTouchLocation:(CGPoint)arg2 ; -(id)swipeActionController:(id)arg1 leadingSwipeConfigurationForItemAtIndexPath:(id)arg2 ; -(id)swipeActionController:(id)arg1 trailingSwipeConfigurationForItemAtIndexPath:(id)arg2 ; -(void)swipeActionController:(id)arg1 animateView:(id)arg2 actionsView:(id)arg3 forDestructiveAction:(id)arg4 atIndexPath:(id)arg5 withSwipeInfo:(SCD_Struct_UI27)arg6 completion:(/*^block*/id)arg7 ; -(UIEdgeInsets)swipeActionController:(id)arg1 extraInsetsForItemAtIndexPath:(id)arg2 ; -(id)swipeActionController:(id)arg1 backgroundColorForItemAtIndexPath:(id)arg2 ; -(BOOL)swipeActionController:(id)arg1 mayBeginSwipeForItemAtIndexPath:(id)arg2 ; -(void)swipeActionController:(id)arg1 willBeginSwipeForItemAtIndexPath:(id)arg2 ; -(void)swipeActionController:(id)arg1 didEndSwipeForItemAtIndexPath:(id)arg2 ; -(void)swipeActionController:(id)arg1 willPerformAction:(id)arg2 atIndexPath:(id)arg3 ; -(void)swipeActionController:(id)arg1 didPerformAction:(id)arg2 canceled:(BOOL)arg3 atIndexPath:(id)arg4 ; -(void)swipeActionController:(id)arg1 didCompleteAnimationOfAction:(id)arg2 canceled:(BOOL)arg3 atIndexPath:(id)arg4 ; -(BOOL)_canBeginDragAtPoint:(CGPoint)arg1 indexPath:(id)arg2 ; -(id)_rowsToIncludeInDragSession:(id)arg1 atIndexPath:(id)arg2 withDataOwner:(long long)arg3 ; -(id)_dragPreviewParametersForIndexPath:(id)arg1 ; -(void)_prepareToLiftRowsAtIndexPaths:(id)arg1 ; -(void)_animateLiftOfRowsAtIndexPaths:(id)arg1 ; -(void)_animateDragCancelForCell:(id)arg1 ; -(void)_updateAppearanceOfVisibleRowsForDragState; -(id)_itemsForBeginningDragSession:(id)arg1 atIndexPath:(id)arg2 ; -(id)_itemsForAddingToDragSession:(id)arg1 atIndexPath:(id)arg2 point:(CGPoint)arg3 withDataOwner:(long long)arg4 ; -(void)_dragSessionWillBegin:(id)arg1 ; -(void)_dragSessionDidEnd:(id)arg1 ; -(id)_beginAnimatingDropOfCell:(id)arg1 isCanceling:(BOOL)arg2 ; -(void)_endAnimatingDropOfCell:(id)arg1 ; -(BOOL)_dragSessionAllowsMoveOperation:(id)arg1 ; -(BOOL)_dragSessionIsRestrictedToDraggingApplication:(id)arg1 ; -(id)_activeSourceDragSession; -(BOOL)_shouldAllowInternalDrop; -(BOOL)_canHandleDropSession:(id)arg1 ; -(void)_dropEntered:(id)arg1 ; -(id)_targetIndexPathForDrop:(id)arg1 ; -(long long)_dataOwnerForDropSession:(id)arg1 atIndexPath:(id)arg2 ; -(id)_updatedDropProposalForIndexPath:(id)arg1 dropSession:(id)arg2 withDefaultProposal:(id)arg3 ; -(void)_updateDropTargetAppearanceWithTargetIndexPath:(id)arg1 dropProposal:(id)arg2 dropSession:(id)arg3 ; -(void)_removeDropTargetAndResetAppearance; -(void)_dropExited:(id)arg1 ; -(void)_dropEnded:(id)arg1 ; -(void)_performDrop:(id)arg1 withDropCoordinator:(id)arg2 forceHandleAsReorder:(BOOL)arg3 ; -(id)_insertPlaceholderAtIndexPath:(id)arg1 withContext:(id)arg2 ; -(BOOL)_commitPlaceholderInsertionWithContext:(id)arg1 dataSourceUpdates:(/*^block*/id)arg2 ; -(void)_beginAnimatingDropIntoCell:(id)arg1 ; -(void)_endAnimatingDropIntoCell:(id)arg1 ; -(id)_wrapperView; -(void)_setManuallyManagesSwipeUI:(BOOL)arg1 ; -(BOOL)_keepsFirstResponderVisibleOnBoundsChange; -(void)_setKeepsFirstResponderVisibleOnBoundsChange:(BOOL)arg1 ; -(BOOL)canBeEdited; -(void)setEditing:(BOOL)arg1 ; -(long long)_numberOfRowsInSection:(long long)arg1 ; -(BOOL)_shouldHaveHeaderViewForSection:(long long)arg1 ; -(BOOL)_shouldHaveFooterViewForSection:(long long)arg1 ; -(long long)_numberOfSections; -(double)sectionHeaderHeight; -(double)sectionFooterHeight; -(double)estimatedRowHeight; -(double)estimatedSectionHeaderHeight; -(double)estimatedSectionFooterHeight; -(BOOL)usesVariableMargins; -(BOOL)overlapsSectionHeaderViews; -(double)_topPadding; -(double)_bottomPadding; -(UIEdgeInsets)_rawSectionContentInset; -(double)_sectionCornerRadius; -(id)_accessoryBaseColor; -(UIColor *)multiselectCheckmarkColor; -(double)_heightForHeaderInSection:(long long)arg1 ; -(double)_heightForFooterInSection:(long long)arg1 ; -(double)_estimatedHeightForRowAtIndexPath:(id)arg1 ; -(double)_dataSourceHeightForRowAtIndexPath:(id)arg1 ; -(double)_dataSourceHeightForHeaderInSection:(long long)arg1 ; -(double)_dataSourceHeightForFooterInSection:(long long)arg1 ; -(void)_applyContentSizeDeltaForEstimatedHeightAdjustments:(double)arg1 ; -(void)_coalesceContentSizeUpdateWithDelta:(double)arg1 ; -(id)_titleForHeaderInSection:(long long)arg1 ; -(id)_titleForFooterInSection:(long long)arg1 ; -(id)_detailTextForHeaderInSection:(long long)arg1 ; -(id)_viewForHeaderInSection:(long long)arg1 ; -(id)_viewForFooterInSection:(long long)arg1 ; -(long long)_titleAlignmentForHeaderInSection:(long long)arg1 ; -(long long)_titleAlignmentForFooterInSection:(long long)arg1 ; -(double)_maxTitleWidthForHeaderInSection:(long long)arg1 ; -(double)_maxTitleWidthForFooterInSection:(long long)arg1 ; -(double)_swipeToDeleteOffsetForRow:(long long)arg1 inSection:(long long)arg2 ; -(double)_sidePadding; -(double)_rowSpacing; -(BOOL)_isTableHeaderAutohiding; -(double)_heightForTableHeader; -(double)_heightForTableFooter; -(BOOL)_providesRowHeights; -(id)_tableHeaderView; -(id)_tableFooterView; -(BOOL)_shouldUseSearchBarHeaderBehavior; -(void)_cellDidHideSelectedBackground:(id)arg1 ; -(BOOL)_canFocusCell:(id)arg1 ; -(void)_cellDidBecomeFocused:(id)arg1 ; -(void)_cellDidBecomeUnfocused:(id)arg1 ; -(BOOL)_shouldShowMenuForCell:(id)arg1 ; -(BOOL)_canPerformAction:(SEL)arg1 forCell:(id)arg2 sender:(id)arg3 ; -(void)_performAction:(SEL)arg1 forCell:(id)arg2 sender:(id)arg3 ; -(CGRect)_calloutTargetRectForCell:(id)arg1 ; -(void)_swipeToDeleteCell:(id)arg1 ; -(void)_swipeAccessoryButtonPushedInCell:(id)arg1 ; -(void)_actionButton:(id)arg1 pushedInCell:(id)arg2 ; -(void)_endSwipeToDeleteGesture:(BOOL)arg1 ; -(void)_revealDeleteConfirmationButtonWithWidth:(double)arg1 ; -(void)_configureDeleteConfirmationDecelerationRate:(double)arg1 ; -(double)_deleteConfirmationHorizontalOffset; -(double)_deleteConfirmationHorizontalVelocity; -(id)_reorderingCell; -(BOOL)_isCellReorderable:(id)arg1 ; -(BOOL)_beginReorderingForCell:(id)arg1 touch:(id)arg2 ; -(void)_draggingReorderingCell:(id)arg1 yDelta:(double)arg2 touch:(id)arg3 ; -(void)_didInsertRowForTableCell:(id)arg1 ; -(void)_finishedRemovingRemovalButtonForTableCell:(id)arg1 ; -(void)_removeWasCanceledForCell:(id)arg1 ; -(id)_titleForDeleteConfirmationButton:(id)arg1 ; -(void)_animateDeletionOfRowWithCell:(id)arg1 ; -(void)_updateCell:(id)arg1 withValue:(id)arg2 ; -(void)_userSelectCell:(id)arg1 ; -(void)_prepareHighlightForCell:(id)arg1 withInteraction:(id)arg2 ; -(void)_highlightDidEndForCell:(id)arg1 withInteraction:(id)arg2 ; -(UIEdgeInsets)_rawSeparatorInset; -(BOOL)_isInModalViewController; -(BOOL)_wasEditing; -(id)_swipeActionButtons; -(BOOL)_isEditingForSwipeDeletion; -(long long)_dataSourceNumberOfSections; -(long long)_dataSourceNumberOfItemsInSection:(long long)arg1 ; -(BOOL)_displaysCellContentStringsOnTapAndHold; -(void)_setDisplaysCellContentStringsOnTapAndHold:(BOOL)arg1 ; -(float)_animationDuration; -(void)setCountStringInsignificantRowCount:(unsigned long long)arg1 ; -(void)setCountString:(id)arg1 ; -(void)setTableHeaderBackgroundColor:(id)arg1 ; -(id)tableHeaderBackgroundColor; -(id)_tableHeaderBackgroundView; -(void)_setAccessoryBaseColor:(id)arg1 ; -(void)setMultiselectCheckmarkColor:(UIColor *)arg1 ; -(void)_setHeightForTableHeaderViewHiding:(double)arg1 ; -(void)_setDrawsTopShadowInGroupedSections:(BOOL)arg1 ; -(id)_sectionIndex; -(id)_deleteConfirmationButton; -(id)_swipeAccessoryButton; -(void)_setGestureRecognizerRequiresTableGestureRecognizersToFail:(id)arg1 ; -(void)_validateCells; -(void)_validateSectionHeadersAndFooters; -(id)deleteConfirmationIndexPath; -(void)setDeleteConfirmationIndexPath:(id)arg1 animated:(BOOL)arg2 ; -(void)_scrollToTopHidingTableHeaderIfNecessary:(BOOL)arg1 ; -(id)_sectionIndexColor; -(void)_setSectionIndexColor:(id)arg1 ; -(id)_sectionIndexTrackingBackgroundColor; -(void)_setSectionIndexTrackingBackgroundColor:(id)arg1 ; -(void)_setHeaderAndFooterViewsFloat:(BOOL)arg1 ; -(id)_dataSourceActual; -(id)_prefetchDataSourceActual; -(id)_delegateActual; -(void)setEstimatedSectionHeaderHeight:(double)arg1 ; -(void)setEstimatedSectionFooterHeight:(double)arg1 ; -(UIColor *)sectionIndexBackgroundColor; -(void)setSectionIndexBackgroundColor:(UIColor *)arg1 ; -(void)setSectionHeaderHeight:(double)arg1 ; -(void)setSectionFooterHeight:(double)arg1 ; -(void)reloadSectionIndexTitles; -(void)setIndexHiddenForSearch:(BOOL)arg1 ; -(void)setIndexHidden:(BOOL)arg1 animated:(BOOL)arg2 ; -(BOOL)isIndexHidden; -(CGRect)indexFrame; -(BOOL)tableHeaderViewShouldAutoHide; -(void)setOverlapsSectionHeaderViews:(BOOL)arg1 ; -(CGRect)rectForHeaderInSection:(long long)arg1 ; -(CGRect)rectForFooterInSection:(long long)arg1 ; -(CGRect)_rectForTableHeaderView; -(CGRect)_rectForTableFooterView; -(id)headerViewForSection:(long long)arg1 ; -(id)footerViewForSection:(long long)arg1 ; -(NSArray *)indexPathsForVisibleRows; -(void)scrollToRowAtIndexPath:(id)arg1 atScrollPosition:(long long)arg2 animated:(BOOL)arg3 ; -(void)scrollToNearestSelectedRowAtScrollPosition:(long long)arg1 animated:(BOOL)arg2 ; -(void)endUpdates; -(void)_performBatchUpdates:(/*^block*/id)arg1 completion:(/*^block*/id)arg2 ; -(void)insertSections:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)deleteSections:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)reloadSections:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)_reloadSectionHeaderFooters:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)moveSection:(long long)arg1 toSection:(long long)arg2 ; -(void)insertRowsAtIndexPaths:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)deleteRowsAtIndexPaths:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)reloadRowsAtIndexPaths:(id)arg1 withRowAnimation:(long long)arg2 ; -(void)moveRowAtIndexPath:(id)arg1 toIndexPath:(id)arg2 ; -(void)setAllowsSelectionDuringEditing:(BOOL)arg1 ; -(NSIndexPath *)indexPathForSelectedRow; -(NSArray *)indexPathsForSelectedRows; -(id)_indexPathsForHighlightedRows; -(id)_indexPathForSpringLoadingAtPoint:(CGPoint)arg1 ; -(BOOL)_shouldSpringLoadRowAtIndexPath:(id)arg1 withContext:(id)arg2 ; -(void)_unhighlightSpringLoadedRow; -(void)_highlightSpringLoadedRowAtIndexPath:(id)arg1 ; -(BOOL)highlightRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 ; -(unsigned long long)maximumNumberOfSectionIndexTitlesWithoutTruncation; -(void)setSeparatorTopShadowColor:(id)arg1 ; -(void)setSeparatorBottomShadowColor:(id)arg1 ; -(void)_setDrawsSeparatorAtTopOfSections:(BOOL)arg1 ; -(BOOL)_drawsSeparatorAtTopOfSections; -(void)setUsesVariableMargins:(BOOL)arg1 ; -(void)_setTopPadding:(double)arg1 ; -(void)_setBottomPadding:(double)arg1 ; -(BOOL)_usingCustomBackgroundView; -(void)setTableHeaderView:(UIView *)arg1 ; -(void)setTableFooterView:(UIView *)arg1 ; -(UIView *)tableFooterView; -(id)dequeueReusableCellWithIdentifier:(id)arg1 forIndexPath:(id)arg2 ; -(id)_createTemplateLayoutCellForCellsWithIdentifier:(id)arg1 ; -(void)registerNib:(id)arg1 forCellReuseIdentifier:(id)arg2 ; -(void)registerNib:(id)arg1 forHeaderFooterViewReuseIdentifier:(id)arg2 ; -(void)registerClass:(Class)arg1 forCellReuseIdentifier:(id)arg2 ; -(void)registerClass:(Class)arg1 forHeaderFooterViewReuseIdentifier:(id)arg2 ; -(void)_setExternalObjectTable:(id)arg1 forNibLoadingOfCellWithReuseIdentifier:(id)arg2 ; -(void)_setExternalObjectTable:(id)arg1 forNibLoadingOfHeaderFooterWithReuseIdentifier:(id)arg2 ; -(double)_contentWidthForCell:(id)arg1 forRowAtIndexPath:(id)arg2 ; -(void)_setSectionContentInset:(UIEdgeInsets)arg1 ; -(void)_setSectionContentInsetFollowsLayoutMargins:(BOOL)arg1 ; -(void)_setSectionCornerRadius:(double)arg1 ; -(void)_setPinsTableHeaderView:(BOOL)arg1 ; -(double)_marginWidth; -(BOOL)_delegateImplementsEstimatedHeightForRowAtIndexPath; -(BOOL)_delegateImplementsEstimatedHeightForSectionHeader; -(BOOL)_delegateImplementsEstimatedHeightForSectionFooter; -(void)_selectRowsAtIndexPaths:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 notifyDelegate:(BOOL)arg4 ; -(void)_setUpContentFocusContainerGuide; -(id)_contentFocusContainerGuide; -(void)_setRemembersPreviouslyFocusedItem:(BOOL)arg1 ; -(BOOL)_remembersPreviouslyFocusedItem; -(void)_setDefaultGradientMaskInsets; -(id)_fulfillPromisedFocusRegionForCell:(id)arg1 ; -(BOOL)_dataSourceImplementsNumberOfSectionsInTableView; -(BOOL)_delegateImplementsHeightForRowAtIndexPath; -(BOOL)_delegateImplementsMarginForTableView; -(BOOL)_delegateWantsCustomFooterForSection:(long long)arg1 ; -(BOOL)_delegateImplementsHeightForHeaderInSection; -(BOOL)_delegateImplementsTitleWidthForHeaderInSection; -(BOOL)_delegateImplementsAlignmentForHeaderInSection; -(BOOL)_delegateImplementsHeightForFooterInSection; -(BOOL)_delegateImplementsTitleWidthForFooterInSection; -(BOOL)_delegateImplementsAlignmentForFooterInSection; -(BOOL)_dataSourceImplementsTitleForHeaderInSection; -(BOOL)_dataSourceImplementsTitleForFooterInSection; -(BOOL)_dataSourceImplementsDetailTextForHeaderInSection; -(BOOL)_delegateImplementsViewForHeaderInSection; -(BOOL)_delegateImplementsViewForFooterInSection; -(void)_deselectAllNonMultiSelectRowsAnimated:(BOOL)arg1 ; -(void)setDragInteractionEnabled:(BOOL)arg1 ; -(BOOL)dragInteractionEnabled; -(BOOL)_hasActiveDrag; -(BOOL)_hasActiveDrop; -(BOOL)_isReordering; -(BOOL)_hasUncommittedUpdates; -(void)setDragDelegate:(id)arg1 ; -(id)_dragDelegateActual; -(void)setDragSourceDelegate:(id)arg1 ; -(id)_dragSourceDelegateActual; -(void)setDropDelegate:(id)arg1 ; -(id)_dropDelegateActual; -(void)setDragDestinationDelegate:(id)arg1 ; -(id)_dragDestinationDelegateActual; -(void)_deleteAllPlaceholderCells; -(double)_heightForShadowRowAtIndexPath:(id)arg1 ; -(id)_cellForShadowRowAtIndexPath:(id)arg1 ; -(BOOL)_wasEditingRowAtIndexPath:(id)arg1 ; -(BOOL)_isEditingRowAtIndexPath:(id)arg1 ; -(BOOL)_isEditingWithNoSwipedCell; -(long long)_globalReorderingRow; -(void)_tableHeaderHeightDidChangeToHeight:(double)arg1 ; -(void)_tableFooterHeightDidChangeToHeight:(double)arg1 ; -(void)_drawExtraSeparator:(CGRect)arg1 ; -(id)_rowData; -(BOOL)_swipeDeletionStateHasBeenReset; -(BOOL)_isTableHeaderViewHidden; -(double)_heightForSeparator; -(id)_titleForDeleteConfirmationButton; -(id)_titleForSwipeAccessoryButton; -(id)_backgroundColorForDeleteConfirmationButton; -(id)_backgroundColorForSwipeAccessoryButton; -(void)_setIgnorePinnedTableHeaderUpdates:(BOOL)arg1 ; -(BOOL)ignorePinnedTableHeaderUpdates; -(BOOL)_separatorsDrawAsOverlay; -(UIVisualEffect *)separatorEffect; -(void)setInsetsContentViewsToSafeArea:(BOOL)arg1 ; -(void)_setHeight:(double)arg1 forRowAtIndexPath:(id)arg2 ; -(BOOL)_allowsReorderingWhenNotEditing; -(void)_setIndexRetargetFeedbackGenerator:(id)arg1 ; -(id)_indexRetargetFeedbackGenerator; -(void)_setSectionChangeFeedbackGenerator:(id)arg1 ; -(id)_sectionChangeFeedbackGenerator; -(void)_setReorderFeedbackGenerator:(id)arg1 ; -(id)_reorderFeedbackGenerator; -(void)_setCellsSelfSize:(BOOL)arg1 ; -(BOOL)_cellsSelfSize; -(id)_swipeActionController; -(id)constants; -(long long)_presentationSectionIndexForDataSourceSectionIndex:(long long)arg1 ; -(long long)_dataSourceSectionIndexForPresentationSectionIndex:(long long)arg1 ; -(id)_presentationIndexPathForDataSourceIndexPath:(id)arg1 ; -(id)_dataSourceIndexPathForPresentationIndexPath:(id)arg1 ; -(long long)sectionIndexMinimumDisplayRowCount; -(void)setSectionIndexMinimumDisplayRowCount:(long long)arg1 ; -(id)dragDelegate; -(id)dropDelegate; -(id)_dragController; -(void)_setDragController:(id)arg1 ; -(id)_dropController; -(void)_setDropController:(id)arg1 ; -(void)_setPlaceholderContexts:(id)arg1 ; -(id)dragSourceDelegate; -(id)dragDestinationDelegate; -(BOOL)isElementAccessibilityExposedToInterfaceBuilder; @end