/*
* This header is generated by classdump-dyld 1.0
* on Sunday, November 10, 2019 at 11:08:51 PM Eastern European Standard Time
* Operating System: Version 13.1.3 (Build 17A878)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <UIKitCore/UIKitCore-Structs.h>
#import <UIKitCore/UIScrollView.h>
#import <UIKit/UIGestureRecognizerDelegatePrivate.h>
#import <UIKit/UIScrollViewDelegate.h>
#import <UIKitCore/_UITableViewSubviewManagerDelegate.h>
#import <UIKit/UIContextMenuInteractionDelegate.h>
#import <UIKit/UISwipeActionHost.h>
#import <UIKitCore/_UITableViewDragControllerDelegate.h>
#import <UIKitCore/_UITableViewDropControllerDelegate.h>
#import <UIKit/UITable_ForMailOnly.h>
#import <UIKitCore/_UIKeyboardAutoRespondingScrollView.h>
#import <UIKit/UITable_RowDataSource.h>
#import <UIKit/UITable_UITableViewCellDelegate.h>
#import <UIKitCore/_UIDataSourceBackedView.h>
#import <libobjc.A.dylib/NSCoding.h>
#import <UIKit/UIDataSourceTranslating.h>
@protocol UITableViewDataSource, UITableConstants, UITableViewDataSourcePrefetching, UITableViewDragDelegate, UITableViewDropDelegate, UITableViewDragSourceDelegate, UITableViewDragDestinationDelegate;
@class UIScrollView, UIView, UITableViewRowData, _UITableViewSubviewManager, NSMutableArray, NSMutableDictionary, NSIndexPath, _UITableViewDeleteAnimationSupport, _UITableViewReorderingSupport, UITableViewWrapperView, UITableViewIndex, UITableViewCountView, NSArray, UITableViewIndexOverlayIndicatorView, NSTimer, UITableViewIndexOverlaySelectionView, UIColor, UIVisualEffect, UISwipeActionController, UITableViewCell, UIContextMenuInteraction, _UIIndexPathIdentityTracker, UILongPressGestureRecognizer, UITapGestureRecognizer, UITouch, NSMutableSet, _UITableViewUpdateSupport, _UITableViewShadowUpdatesController, UIFocusContainerGuide, UISelectionFeedbackGenerator, UIImpactFeedbackGenerator, _UIDragSnappingFeedbackGenerator, _UITableViewPrefetchContext, _UITableViewMultiSelectController, _UITableViewDragController, _UITableViewDropController, NSString;
@interface UITableView : UIScrollView <UIGestureRecognizerDelegatePrivate, UIScrollViewDelegate, _UITableViewSubviewManagerDelegate, UIContextMenuInteractionDelegate, UISwipeActionHost, _UITableViewDragControllerDelegate, _UITableViewDropControllerDelegate, UITable_ForMailOnly, _UIKeyboardAutoRespondingScrollView, UITable_RowDataSource, UITable_UITableViewCellDelegate, _UIDataSourceBackedView, NSCoding, UIDataSourceTranslating> {
id<UITableViewDataSource> _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;
NSMutableDictionary* _visibleHeaderViews;
NSMutableDictionary* _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;
UIVisualEffect* _separatorEffect;
UIColor* _accessoryBaseColor;
UIColor* _checkmarkColor;
UIColor* _sectionBorderColor;
UIColor* _indexColor;
UIColor* _indexBackgroundColor;
UIColor* _indexTrackingBackgroundColor;
NSArray* _defaultSectionIndexTitles;
UISwipeActionController* _swipeActionController;
UITableViewCell* _swipeToDeleteCell;
UIContextMenuInteraction* _contextMenuInteraction;
_UIIndexPathIdentityTracker* _identityTracker;
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 _sectionCornerRadius;
UITouch* _currentTouch;
NSMutableDictionary* _cellClassDict;
NSMutableDictionary* _headerFooterClassDict;
double _topPadding;
double _bottomPadding;
UIEdgeInsets _separatorInset;
id _updateCompletionHandler;
id _deferredEditingHandler;
NSMutableSet* _hiddenSeparatorIndexPaths;
NSMutableDictionary* _tentativeCells;
NSMutableDictionary* _tentativeHeaderViews;
NSMutableDictionary* _tentativeFooterViews;
NSMutableSet* _clientGesturesRequiringTableGesturesToFail;
_UITableViewUpdateSupport* _currentUpdate;
_UITableViewShadowUpdatesController* _shadowUpdatesController;
NSRange _preReloadVisibleRowRange;
double _preReloadFirstCellOffset;
double _preReloadAnimationTargetOffsetDelta;
int _focusedViewType;
UIFocusContainerGuide* _contentFocusContainerGuide;
id<UITableConstants> _constants;
NSIndexPath* _targetIndexPathForScrolling;
CGPoint _targetOffsetToIndexPathForScrolling;
UISelectionFeedbackGenerator* _indexRetargetFeedbackGenerator;
UIImpactFeedbackGenerator* _sectionChangeFeedbackGenerator;
_UIDragSnappingFeedbackGenerator* _reorderFeedbackGenerator;
long long _performUsingPresentationValuesCount;
id<UITableViewDataSourcePrefetching> _prefetchDataSource;
_UITableViewPrefetchContext* _prefetchContext;
double _coalescedContentSizeDelta;
_UITableViewMultiSelectController* _multiSelectController;
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 dataSourceSectionIndexTitlesForTableViewTrimmedToCount : 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 delegateShouldHaveFullLengthTopSeparatorForSection : 1;
unsigned delegateShouldHaveFullLengthBottomSeparatorForSection : 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 delegateContextMenuConfigurationForRowAtIndexPath : 1;
unsigned delegatePreviewForHighlightingContextMenuWithConfiguration : 1;
unsigned delegatePreviewForDismissingContextMenuWithConfiguration : 1;
unsigned delegateWillCommitMenuWithAnimator : 1;
unsigned delegatewillPerformPreviewActionForMenuWithConfiguration : 1;
unsigned delegateWasNonNil : 1;
unsigned style : 2;
unsigned isInSidebar : 1;
unsigned separatorStyle : 3;
unsigned wasEditing : 1;
unsigned isEditing : 1;
unsigned isEditingAllRows : 1;
unsigned scrollsToSelection : 1;
unsigned reloadSkippedDuringSuspension : 1;
unsigned displaySkippedDuringSuspension : 1;
unsigned needsReload : 1;
unsigned needsRebuildGeometry : 1;
unsigned scheduledUpdateVisibleCells : 1;
unsigned scheduledUpdateVisibleCellsFrames : 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 forceStaticHeadersAndFooters : 1;
unsigned displaysCellContentStringsOnTapAndHold : 1;
unsigned displayingCellContentStringCallout : 1;
unsigned longPressAutoscrollingActive : 1;
unsigned inInit : 1;
unsigned inSetBackgroundColor : 1;
unsigned inCreateTemplateCell : 1;
unsigned usingCustomBackgroundView : 1;
unsigned usingEffectsBackgroundView : 1;
unsigned rowDataIndexPathsAreValidForCurrentCells : 1;
unsigned committingDelete : 1;
unsigned didReloadWhileCommittingDelete : 1;
unsigned editingForSwipeDelete : 1;
unsigned ignorePinnedTableHeaderUpdates : 1;
unsigned separatorsDrawAsOverlay : 1;
unsigned swipeToDeleteActionIsWaitingForCompletionHandler : 1;
unsigned swipeToDeleteEncounteredDelete : 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 adjustContentOffsetAfterLayout : 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;
unsigned generatingDescriptionWithDataSource : 1;
unsigned dataSourceIsDiffableDataSource : 1;
unsigned isApplyingDiffableUpdate : 1;
unsigned isUpdatingVisibleCells : 1;
unsigned scrollFirstResponderCellVisibleAfterVisibleCellsUpdate : 1;
unsigned ignoreCopyFilterForTableAnimations : 1;
unsigned disableReuseQueuePurgeOnTextSizeChanges : 1;
unsigned doFirstResponderUpdatesAfterVisibleCellsUpdate : 1;
unsigned useUnifiedSelectionBehavior : 1;
} _tableFlags;
id<UITableViewDragDelegate> _dragDelegate;
id<UITableViewDropDelegate> _dropDelegate;
NSIndexPath* _focusedCellIndexPath;
UIView* _focusedCell;
NSIndexPath* _indexPathToFocus;
_UITableViewDragController* _dragController;
_UITableViewDropController* _dropController;
NSMutableArray* _placeholderContexts;
id<UITableViewDragSourceDelegate> _dragSourceDelegate;
id<UITableViewDragDestinationDelegate> _dragDestinationDelegate;
UIEdgeInsets _cachedSectionIndexBarInsets;
}
@property (nonatomic,retain) UITouch * currentTouch; //@synthesize currentTouch=_currentTouch - In the implementation block
@property (getter=_isUpdating,nonatomic,readonly) BOOL updating;
@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<UITableViewDragSourceDelegate> dragSourceDelegate; //@synthesize dragSourceDelegate=_dragSourceDelegate - In the implementation block
@property (assign,nonatomic,__weak) id<UITableViewDragDestinationDelegate> dragDestinationDelegate; //@synthesize dragDestinationDelegate=_dragDestinationDelegate - In the implementation block
@property (nonatomic,readonly) long long style;
@property (assign,nonatomic,__weak) id<UITableViewDataSource> dataSource;
@property (assign,nonatomic,__weak) id<UITableViewDelegate> delegate;
@property (assign,nonatomic,__weak) id<UITableViewDataSourcePrefetching> prefetchDataSource;
@property (assign,nonatomic,__weak) id<UITableViewDragDelegate> dragDelegate; //@synthesize dragDelegate=_dragDelegate - In the implementation block
@property (assign,nonatomic,__weak) id<UITableViewDropDelegate> 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 (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=_tableStyle,nonatomic,readonly) long long tableStyle;
@property (getter=_sectionContentInsetFollowsLayoutMargins,nonatomic,readonly) BOOL sectionContentInsetFollowsLayoutMargins;
@property (getter=_accessoryBaseColor,nonatomic,readonly) UIColor * accessoryBaseColor;
@property (getter=_multiselectCheckmarkColor,nonatomic,readonly) UIColor * multiselectCheckmarkColor;
@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=_cellSafeAreaInsets,nonatomic,readonly) UIEdgeInsets cellSafeAreaInsets;
@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=_sectionCornerRadius,nonatomic,readonly) double sectionCornerRadius;
@property (getter=_constants,nonatomic,readonly) id<UITableConstants> 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=_isEditingForSwipeDeletion,nonatomic,readonly) BOOL editingForSwipeDeletion;
@property (setter=_setSwipeToDeleteCell:,getter=_swipeToDeleteCell,nonatomic,retain) UITableViewCell * swipeToDeleteCell; //@synthesize swipeToDeleteCell=_swipeToDeleteCell - In the implementation block
+(void)initialize;
+(void)_initializeForIdiom:(long long)arg1 ;
+(BOOL)_isInternalTableView;
+(void)_setupIdiom:(long long)arg1 forTableViewStyle:(long long)arg2 includingBackground:(BOOL)arg3 ;
-(void)dealloc;
-(NSString *)description;
-(void)encodeWithCoder:(id)arg1 ;
-(id)initWithCoder:(id)arg1 ;
-(id<UITableViewDelegate>)delegate;
-(void)setDelegate:(id<UITableViewDelegate>)arg1 ;
-(long long)style;
-(void)setBounds:(CGRect)arg1 ;
-(id<UITableViewDataSource>)dataSource;
-(void)setDataSource:(id<UITableViewDataSource>)arg1 ;
-(void)setContentSize:(CGSize)arg1 ;
-(CGSize)_contentSize;
-(void)setBackgroundColor:(id)arg1 ;
-(void)setFrame:(CGRect)arg1 ;
-(id)_wrapperView;
-(id)initWithFrame:(CGRect)arg1 ;
-(void)traitCollectionDidChange:(id)arg1 ;
-(BOOL)isElementAccessibilityExposedToInterfaceBuilder;
-(UIView *)backgroundView;
-(id)preferredFocusedView;
-(BOOL)canBecomeFocused;
-(BOOL)_allowsFocusToLeaveViaHeading:(unsigned long long)arg1 ;
-(CGSize)sizeThatFits:(CGSize)arg1 ;
-(void)layoutSubviews;
-(void)setLayoutMargins:(UIEdgeInsets)arg1 ;
-(void)sendSubviewToBack:(id)arg1 ;
-(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)setSpringLoaded:(BOOL)arg1 ;
-(BOOL)isSpringLoaded;
-(void)tintColorDidChange;
-(void)pressesBegan:(id)arg1 withEvent:(id)arg2 ;
-(void)pressesChanged:(id)arg1 withEvent:(id)arg2 ;
-(void)pressesEnded:(id)arg1 withEvent:(id)arg2 ;
-(void)pressesCancelled:(id)arg1 withEvent:(id)arg2 ;
-(void)accessoryInsetsDidChange:(UIEdgeInsets)arg1 ;
-(void)_notifyDidScroll;
-(void)setDirectionalLayoutMargins:(NSDirectionalEdgeInsets)arg1 ;
-(void)setAllowsSelection:(BOOL)arg1 ;
-(void)setContentInset:(UIEdgeInsets)arg1 ;
-(void)reloadData;
-(void)setInsetsLayoutMarginsFromSafeArea:(BOOL)arg1 ;
-(void)setSemanticContentAttribute:(long long)arg1 ;
-(void)didMoveToWindow;
-(void)setContentOffset:(CGPoint)arg1 ;
-(void)bringSubviewToFront:(id)arg1 ;
-(id)initWithFrame:(CGRect)arg1 style:(long long)arg2 ;
-(void)willMoveToSuperview:(id)arg1 ;
-(void)_addSubview:(id)arg1 positioned:(long long)arg2 relativeTo:(id)arg3 ;
-(void)_populateArchivedSubviews:(id)arg1 ;
-(id)_backgroundEffects;
-(id)_scrollView;
-(void)_didChangeFromIdiom:(long long)arg1 onScreen:(id)arg2 traverseHierarchy:(BOOL)arg3 ;
-(id)hitTest:(CGPoint)arg1 forEvent:(GSEventRef)arg2 ;
-(id)hitTest:(CGPoint)arg1 withEvent:(id)arg2 ;
-(void)_setUpContentFocusContainerGuide;
-(id)_contentFocusContainerGuide;
-(void)setBackgroundView:(UIView *)arg1 ;
-(void)_updateBackgroundView;
-(double)_indexBarExtentFromEdge;
-(BOOL)isEditing;
-(UIColor *)separatorColor;
-(UIEdgeInsets)_contentInset;
-(CGRect)_visibleBounds;
-(id)_dataSourceProxy;
-(long long)numberOfSections;
-(id)dequeueReusableCellWithIdentifier:(id)arg1 ;
-(void)performBatchUpdates:(/*^block*/id)arg1 completion:(/*^block*/id)arg2 ;
-(void)_performDiffableUpdate:(/*^block*/id)arg1 ;
-(void)moveSection:(long long)arg1 toSection:(long long)arg2 ;
-(void)insertSections:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)insertRowsAtIndexPaths:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)reloadSections:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)reloadRowsAtIndexPaths:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)deleteSections:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)deleteRowsAtIndexPaths:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)moveRowAtIndexPath:(id)arg1 toIndexPath:(id)arg2 ;
-(void)_updateConstants;
-(id)_constants;
-(long long)_tableStyle;
-(BOOL)_sectionContentInsetFollowsLayoutMargins;
-(id)_accessoryBaseColor;
-(id)_multiselectCheckmarkColor;
-(id)indexPathForCell:(id)arg1 ;
-(BOOL)canBeEdited;
-(void)setEditing:(BOOL)arg1 ;
-(double)_defaultTrailingCellMarginWidth;
-(void)setSeparatorColor:(UIColor *)arg1 ;
-(UIVisualEffect *)separatorEffect;
-(void)setSeparatorEffect:(UIVisualEffect *)arg1 ;
-(void)_setSeparatorInsetIsRelativeToCellEdges:(BOOL)arg1 ;
-(BOOL)_separatorInsetIsRelativeToCellEdges;
-(double)_backgroundInset;
-(long long)separatorStyle;
-(void)setSeparatorStyle:(long long)arg1 ;
-(UIEdgeInsets)separatorInset;
-(void)setSeparatorInset:(UIEdgeInsets)arg1 ;
-(BOOL)layoutMarginsFollowReadableWidth;
-(void)setLayoutMarginsFollowReadableWidth:(BOOL)arg1 ;
-(BOOL)insetsContentViewsToSafeArea;
-(void)setInsetsContentViewsToSafeArea:(BOOL)arg1 ;
-(void)awakeFromNib;
-(BOOL)allowsMultipleSelection;
-(BOOL)allowsMultipleSelectionDuringEditing;
-(void)_swipeToDeleteCell:(id)arg1 ;
-(void)_animateDeletionOfRowAtIndexPath:(id)arg1 ;
-(BOOL)_shouldDrawThickSeparators;
-(double)_rowSpacing;
-(UIEdgeInsets)_rawSeparatorInset;
-(long long)_numberOfSections;
-(double)rowHeight;
-(double)sectionHeaderHeight;
-(double)sectionFooterHeight;
-(double)estimatedRowHeight;
-(double)estimatedSectionHeaderHeight;
-(double)estimatedSectionFooterHeight;
-(BOOL)usesVariableMargins;
-(BOOL)overlapsSectionHeaderViews;
-(UIEdgeInsets)_cellSafeAreaInsets;
-(BOOL)cellLayoutMarginsFollowReadableWidth;
-(double)_topPadding;
-(double)_bottomPadding;
-(BOOL)_isShowingIndex;
-(CGRect)_indexFrame;
-(UIEdgeInsets)_sectionContentInset;
-(UIEdgeInsets)_rawSectionContentInset;
-(double)_sectionCornerRadius;
-(long long)_numberOfRowsInSection:(long long)arg1 ;
-(BOOL)_shouldHaveHeaderViewForSection:(long long)arg1 ;
-(BOOL)_shouldHaveFooterViewForSection:(long long)arg1 ;
-(void)setEditing:(BOOL)arg1 animated:(BOOL)arg2 ;
-(void)_cellDidShowSelectedBackground:(id)arg1 ;
-(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 ;
-(id)_reorderingCell;
-(BOOL)_isCellReorderable:(id)arg1 ;
-(BOOL)_isReorderControlActiveForCell:(id)arg1 ;
-(BOOL)_beginReorderingForCell:(id)arg1 touch:(id)arg2 ;
-(void)_draggingReorderingCell:(id)arg1 yDelta:(double)arg2 touch:(id)arg3 ;
-(void)_endReorderingForCell:(id)arg1 wasCancelled:(BOOL)arg2 animated:(BOOL)arg3 ;
-(void)_didInsertRowForTableCell:(id)arg1 ;
-(id)_titleForDeleteConfirmationButton:(id)arg1 ;
-(void)_animateDeletionOfRowWithCell:(id)arg1 ;
-(void)_highlightCell:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 highlight:(BOOL)arg4 ;
-(void)_updateCell:(id)arg1 withValue:(id)arg2 ;
-(void)_accessoryButtonAction:(id)arg1 ;
-(void)_userSelectCell:(id)arg1 ;
-(void)_prepareHighlightForCell:(id)arg1 withInteraction:(id)arg2 ;
-(void)_highlightDidEndForCell:(id)arg1 withInteraction:(id)arg2 ;
-(long long)_popoverControllerStyle;
-(BOOL)_isInModalViewController;
-(BOOL)_wasEditing;
-(BOOL)_isEditingForSwipeDeletion;
-(id)_swipeToDeleteCell;
-(void)_setSwipeToDeleteCell:(id)arg1 ;
-(void)_setMarginWidth:(double)arg1 ;
-(double)_defaultSectionHeaderHeight;
-(double)_defaultSectionFooterHeight;
-(long long)numberOfRowsInSection:(long long)arg1 ;
-(BOOL)_estimatesRowHeights;
-(BOOL)_estimatesSectionHeaderHeights;
-(BOOL)_estimatesSectionFooterHeights;
-(double)_heightForTableHeader;
-(id)indexPathsForRowsInRect:(CGRect)arg1 ;
-(double)_heightForTableFooter;
-(long long)_editingStyleForRowAtIndexPath:(id)arg1 ;
-(BOOL)_shouldIndentWhileEditingForRowAtIndexPath:(id)arg1 ;
-(BOOL)_canReorderRowAtIndexPath:(id)arg1 ;
-(double)_headerFooterLeadingMarginWidth;
-(double)_headerFooterTrailingMarginWidth;
-(id)indexPathForRowAtGlobalRow:(long long)arg1 ;
-(BOOL)_shouldDisplayExtraSeparatorsAtOffset:(double*)arg1 ;
-(BOOL)_shouldApplyReadableWidthInsets;
-(id)_delegateActual;
-(id)_delegateProxy;
-(id)_dataSourceActual;
-(id)_tableHeaderView;
-(BOOL)_hasHeaderFooterBelowRowAtIndexPath:(id)arg1 ;
-(id)contextualActionForDeletingRowAtIndexPath:(id)arg1 ;
-(BOOL)_wantsSwipes;
-(UIEdgeInsets)_tableContentInset;
-(double)_dataSourceHeightForRowAtIndexPath:(id)arg1 ;
-(double)_dataSourceHeightForHeaderInSection:(long long)arg1 ;
-(double)_dataSourceHeightForFooterInSection:(long long)arg1 ;
-(id)_swipeActionController;
-(double)_heightForRowAtIndexPath:(id)arg1 ;
-(double)_heightForHeaderInSection:(long long)arg1 ;
-(double)_heightForFooterInSection:(long long)arg1 ;
-(double)_estimatedHeightForRowAtIndexPath:(id)arg1 ;
-(double)_estimatedHeightForHeaderInSection:(long long)arg1 ;
-(double)_estimatedHeightForFooterInSection:(long long)arg1 ;
-(void)_coalesceContentSizeUpdateWithDelta:(double)arg1 ;
-(void)_applyContentSizeDeltaImmediately:(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 ;
-(BOOL)_shouldStripHeaderTopPaddingForSection:(long long)arg1 ;
-(void)_setHeight:(double)arg1 forRowAtIndexPath:(id)arg2 usingPresentationValues:(BOOL)arg3 ;
-(double)_sidePadding;
-(BOOL)_isTableHeaderAutohiding;
-(BOOL)_providesRowHeights;
-(BOOL)_estimatesHeights;
-(id)_tableFooterView;
-(BOOL)_shouldUseSearchBarHeaderBehavior;
-(BOOL)_shouldUseNewHeaderFooterBehavior;
-(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 ;
-(long long)layoutDirectionForSwipeActionController:(id)arg1 ;
-(UIEdgeInsets)swipeActionController:(id)arg1 extraInsetsForItemAtIndexPath:(id)arg2 ;
-(id)swipeActionController:(id)arg1 backgroundColorForItemAtIndexPath:(id)arg2 ;
-(void)swipeActionController:(id)arg1 insertActionsView:(id)arg2 forItemAtIndexPath:(id)arg3 ;
-(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 didCompleteAction:(id)arg2 cancelled:(BOOL)arg3 atIndexPath:(id)arg4 ;
-(void)swipeActionController:(id)arg1 didCompleteAnimationOfAction:(id)arg2 canceled:(BOOL)arg3 atIndexPath:(id)arg4 ;
-(long long)_accessoryTypeForCell:(id)arg1 forRowAtIndexPath:(id)arg2 ;
-(id)swipeActionForDeletingRowAtIndexPath:(id)arg1 ;
-(void)_setSectionContentInset:(UIEdgeInsets)arg1 ;
-(void)setRowHeight:(double)arg1 ;
-(void)setSectionHeaderHeight:(double)arg1 ;
-(void)setSectionFooterHeight:(double)arg1 ;
-(void)setEstimatedRowHeight:(double)arg1 ;
-(void)setEstimatedSectionHeaderHeight:(double)arg1 ;
-(void)setEstimatedSectionFooterHeight:(double)arg1 ;
-(void)setCellLayoutMarginsFollowReadableWidth:(BOOL)arg1 ;
-(id)_rowData;
-(double)_defaultLeadingCellMarginWidth;
-(void)_adjustForAutomaticKeyboardInfo:(id)arg1 animated:(BOOL)arg2 lastAdjustment:(double*)arg3 ;
-(void)_setKeepsFirstResponderVisibleOnBoundsChange:(BOOL)arg1 ;
-(void)_stopAutoscrollTimer;
-(void)_configureContextMenuInteractionIfNeeded;
-(id<UITableViewDataSourcePrefetching>)prefetchDataSource;
-(void)setPrefetchDataSource:(id<UITableViewDataSourcePrefetching>)arg1 ;
-(void)_reloadDataIfNeeded;
-(BOOL)allowsSelection;
-(void)setAllowsMultipleSelection:(BOOL)arg1 ;
-(void)_suspendReloads;
-(void)_resumeReloads;
-(BOOL)_indexPathIsValid:(id)arg1 ;
-(void)_updateSectionIndex;
-(id)_focusFastScrollingIndexBarEntries;
-(void)setDragInteractionEnabled:(BOOL)arg1 ;
-(void)_setIsAncestorOfFirstResponder:(BOOL)arg1 ;
-(void)_addContentSubview:(id)arg1 atBack:(BOOL)arg2 ;
-(BOOL)hasActiveDrag;
-(BOOL)hasActiveDrop;
-(NSArray *)visibleCells;
-(void)_scrollFirstResponderCellToVisible:(BOOL)arg1 ;
-(void)_setFocusedCell:(id)arg1 ;
-(void)_setFocusedCellIndexPath:(id)arg1 ;
-(BOOL)_hasActiveDrag;
-(BOOL)_hasActiveDrop;
-(id)_prefetchDataSourceProxy;
-(void)_updateVisibleCellsNow:(BOOL)arg1 ;
-(BOOL)_isReordering;
-(void)_updateIndex;
-(id)_focusedCell;
-(id)_focusedCellIndexPath;
-(CGPoint)_adjustFocusContentOffset:(CGPoint)arg1 toShowFocusItemWithInfo:(id)arg2 ;
-(id)_indexBarEntries;
-(CGPoint)indexBarAccessoryView:(id)arg1 contentOffsetForEntry:(id)arg2 atIndex:(long long)arg3 ;
-(UIEdgeInsets)_focusFastScrollingIndexBarInsets;
-(id)presentationIndexPathForDataSourceIndexPath:(id)arg1 ;
-(id)_templateLayoutCellForCellsWithReuseIdentifier:(id)arg1 ;
-(void)_setupCellAnimations;
-(id)_arrayForUpdateAction:(int)arg1 ;
-(long long)presentationSectionIndexForDataSourceSectionIndex:(long long)arg1 ;
-(id)_identityTracker:(BOOL)arg1 ;
-(void)_updateFocusedCellIndexPathIfNecessaryWithLastFocusedRect:(CGRect)arg1 ;
-(void)_accessibilitySetInterfaceStyleIntent:(unsigned long long)arg1 ;
-(void)_scrollViewDidEndDraggingWithDeceleration:(BOOL)arg1 ;
-(void)encodeRestorableStateWithCoder:(id)arg1 ;
-(void)decodeRestorableStateWithCoder:(id)arg1 ;
-(void)setRemembersLastFocusedIndexPath:(BOOL)arg1 ;
-(BOOL)remembersLastFocusedIndexPath;
-(id)_delegatePreferredIndexPath;
-(id)_childFocusRegionsInRect:(CGRect)arg1 inCoordinateSpace:(id)arg2 ;
-(void)_focusedItem:(id)arg1 isMinX:(BOOL*)arg2 isMaxX:(BOOL*)arg3 isMinY:(BOOL*)arg4 isMaxY:(BOOL*)arg5 ;
-(id)_performShadowUpdates:(/*^block*/id)arg1 ;
-(void)_autoscrollForReordering:(id)arg1 ;
-(BOOL)_shouldUpdateFocusInContext:(id)arg1 ;
-(void)_didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2 ;
-(BOOL)hasUncommittedUpdates;
-(long long)dataSourceSectionIndexForPresentationSectionIndex:(long long)arg1 ;
-(id)dataSourceIndexPathForPresentationIndexPath:(id)arg1 ;
-(void)performUsingPresentationValues:(/*^block*/id)arg1 ;
-(id)_defaultTargetedPreviewForIdentifier:(id)arg1 ;
-(id)contextMenuInteraction:(id)arg1 configurationForMenuAtLocation:(CGPoint)arg2 ;
-(id)contextMenuInteraction:(id)arg1 previewForHighlightingMenuWithConfiguration:(id)arg2 ;
-(id)contextMenuInteraction:(id)arg1 previewForDismissingMenuWithConfiguration:(id)arg2 ;
-(void)contextMenuInteraction:(id)arg1 willPerformPreviewActionForMenuWithConfiguration:(id)arg2 animator:(id)arg3 ;
-(BOOL)_keepsFirstResponderVisibleOnBoundsChange;
-(long long)_dataSourceNumberOfSections;
-(long long)_dataSourceNumberOfItemsInSection:(long long)arg1 ;
-(void)_setReorderFeedbackGenerator:(id)arg1 ;
-(id)_reorderFeedbackGenerator;
-(id<UITableViewDragDelegate>)dragDelegate;
-(id<UITableViewDropDelegate>)dropDelegate;
-(void)setDragDelegate:(id<UITableViewDragDelegate>)arg1 ;
-(void)setDropDelegate:(id<UITableViewDropDelegate>)arg1 ;
-(BOOL)dragInteractionEnabled;
-(id<UITableViewDragDestinationDelegate>)dragDestinationDelegate;
-(void)setDragDestinationDelegate:(id<UITableViewDragDestinationDelegate>)arg1 ;
-(id<UITableViewDragSourceDelegate>)dragSourceDelegate;
-(void)setDragSourceDelegate:(id<UITableViewDragSourceDelegate>)arg1 ;
-(void)_setDefaultLayoutMargins:(UIEdgeInsets)arg1 ;
-(void)_ensureViewsAreLoadedInRect:(CGRect)arg1 ;
-(void)_scrollViewWillEndDraggingWithVelocity:(CGPoint)arg1 targetContentOffset:(CGPoint*)arg2 ;
-(id)_focusFastScrollingDestinationItemAtContentStart;
-(id)_focusFastScrollingDestinationItemAtContentEnd;
-(id)_focusFastScrollingDestinationItemForIndexEntry:(id)arg1 ;
-(void)_setExternalObjectTable:(id)arg1 forNibLoadingOfCellWithReuseIdentifier:(id)arg2 ;
-(id)_createTemplateLayoutCellForCellsWithIdentifier:(id)arg1 ;
-(void)_setRemembersPreviouslyFocusedItem:(BOOL)arg1 ;
-(BOOL)_remembersPreviouslyFocusedItem;
-(id)_fulfillPromisedFocusRegionForCell:(id)arg1 ;
-(BOOL)_hasUncommittedUpdates;
-(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 ;
-(id)_dragDelegateProxy;
-(id)_dropDelegateProxy;
-(id)_dragDelegateActual;
-(id)_dropDelegateActual;
-(id)_dragSourceDelegateProxy;
-(id)_dragDestinationDelegateProxy;
-(id)_dragSourceDelegateActual;
-(id)_dragDestinationDelegateActual;
-(void)_purgeReuseQueues;
-(id)_prefetchDataSourceActual;
-(id)_placeholderContexts;
-(long long)_dataOwnerForDragSession:(id)arg1 atIndexPath:(id)arg2 ;
-(void)setShowsHorizontalScrollIndicator:(BOOL)arg1 ;
-(void)setShowsVerticalScrollIndicator:(BOOL)arg1 ;
-(void)setDelaysContentTouches:(BOOL)arg1 ;
-(void)_willChangeToIdiom:(long long)arg1 onScreen:(id)arg2 ;
-(void)selectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 ;
-(BOOL)_highlightFirstVisibleRowIfAppropriate;
-(NSIndexPath *)indexPathForSelectedRow;
-(void)_scrollViewWillBeginDragging;
-(void)_scrollViewDidEndDecelerating;
-(void)_scrollViewAnimationEnded:(id)arg1 finished:(BOOL)arg2 ;
-(void)_numberOfRowsDidChange;
-(CGRect)rectForHeaderInSection:(long long)arg1 ;
-(double)_spacingForExtraSeparators;
-(UIView *)tableHeaderView;
-(id)_tableHeaderBackgroundView;
-(BOOL)_usingCustomBackgroundView;
-(void)setTableHeaderBackgroundColor:(id)arg1 ;
-(CGRect)_rectForTableHeaderView;
-(BOOL)_pinsTableHeaderView;
-(void)_setIgnorePinnedTableHeaderUpdates:(BOOL)arg1 ;
-(BOOL)isIndexHidden;
-(void)setIndexHiddenForSearch:(BOOL)arg1 ;
-(double)heightForTableHeaderViewHiding;
-(void)_tableHeaderHeightDidChangeToHeight:(double)arg1 ;
-(NSArray *)indexPathsForSelectedRows;
-(void)_selectRowsAtIndexPaths:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 notifyDelegate:(BOOL)arg4 ;
-(void)_deselectAllNonMultiSelectRowsAnimated:(BOOL)arg1 notifyDelegate:(BOOL)arg2 ;
-(void)flashScrollIndicators;
-(BOOL)_isRowMultiSelect:(id)arg1 ;
-(void)_deselectRowsAtIndexPaths:(id)arg1 animated:(BOOL)arg2 notifyDelegate:(BOOL)arg3 ;
-(void)setRefreshControl:(id)arg1 ;
-(id)indexPathForRowAtPoint:(CGPoint)arg1 ;
-(id)cellForRowAtIndexPath:(id)arg1 ;
-(BOOL)cancelTouchTracking;
-(void)_moveWithEvent:(id)arg1 ;
-(id)_managedSubviewForView:(id)arg1 viewType:(int*)arg2 indexPath:(out id*)arg3 ;
-(void)scrollToRowAtIndexPath:(id)arg1 atScrollPosition:(long long)arg2 animated:(BOOL)arg3 ;
-(void)deselectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 ;
-(void)_selectRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 notifyDelegate:(BOOL)arg4 isCellMultiSelect:(BOOL)arg5 ;
-(BOOL)_canRowBeIncludedInMultipleSelection:(id)arg1 ;
-(void)_forciblyCancelPendingSelection;
-(void)unhighlightRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 ;
-(void)registerClass:(Class)arg1 forCellReuseIdentifier:(id)arg2 ;
-(id)dequeueReusableCellWithIdentifier:(id)arg1 forIndexPath:(id)arg2 ;
-(NSArray *)indexPathsForVisibleRows;
-(void)scrollToNearestSelectedRowAtScrollPosition:(long long)arg1 animated:(BOOL)arg2 ;
-(void)setTableHeaderView:(UIView *)arg1 ;
-(void)_wheelChangedWithEvent:(id)arg1 ;
-(void)setTableFooterView:(UIView *)arg1 ;
-(void)beginUpdates;
-(void)endUpdates;
-(NSRange)_visibleGlobalRows;
-(void)resizeSubviewsWithOldSize:(CGSize)arg1 ;
-(void)_rectChangedWithNewSize:(CGSize)arg1 oldSize:(CGSize)arg2 ;
-(BOOL)_beginTrackingWithEvent:(id)arg1 ;
-(CGRect)rectForRowAtIndexPath:(id)arg1 ;
-(BOOL)_shouldWrapCells;
-(UIView *)tableFooterView;
-(CGRect)rectForSection:(long long)arg1 ;
-(void)_setTopPadding:(double)arg1 ;
-(void)_setBottomPadding:(double)arg1 ;
-(BOOL)_scrollsToMakeFirstResponderVisible;
-(void)_scrollToTopFromTouchAtScreenLocation:(CGPoint)arg1 resultHandler:(/*^block*/id)arg2 ;
-(id)tableHeaderBackgroundColor;
-(void)swipeActionController:(id)arg1 swipeOccurrence:(id)arg2 didChangeStateFrom:(long long)arg3 to:(long long)arg4 ;
-(UIEdgeInsets)_effectiveSafeAreaInsets;
-(double)_marginWidth;
-(BOOL)_allowsReorderingWhenNotEditing;
-(void)_safeAreaInsetsDidChangeFromOldInsets:(UIEdgeInsets)arg1 ;
-(void)_layoutMarginsDidChangeFromOldMargins:(UIEdgeInsets)arg1 ;
-(void)_systemTextSizeChanged;
-(id)sectionBorderColor;
-(void)setSectionBorderColor:(id)arg1 ;
-(void)_setSeparatorBackdropOverlayBlendMode:(long long)arg1 ;
-(long long)_separatorBackdropOverlayBlendMode;
-(void)_setAllowsReorderingWhenNotEditing:(BOOL)arg1 ;
-(BOOL)_canBeginDragAtPoint:(CGPoint)arg1 indexPath:(id)arg2 ;
-(void)_dragSessionWillBegin:(id)arg1 ;
-(void)_updateAppearanceOfVisibleRowsForDragState;
-(id)_rowsToIncludeInDragSession:(id)arg1 atIndexPath:(id)arg2 withDataOwner:(long long)arg3 ;
-(id)_itemsForBeginningDragSession:(id)arg1 atIndexPath:(id)arg2 ;
-(id)_itemsForAddingToDragSession:(id)arg1 atIndexPath:(id)arg2 point:(CGPoint)arg3 withDataOwner:(long long)arg4 ;
-(id)_dragPreviewParametersForIndexPath:(id)arg1 ;
-(void)_prepareToLiftRowsAtIndexPaths:(id)arg1 ;
-(void)_animateLiftOfRowsAtIndexPaths:(id)arg1 ;
-(void)_dragSessionDidEnd:(id)arg1 ;
-(id)_beginAnimatingDropOfCell:(id)arg1 isCanceling:(BOOL)arg2 ;
-(void)_animateDragCancelForCell:(id)arg1 ;
-(void)_endAnimatingDropOfCell:(id)arg1 ;
-(BOOL)_dragSessionAllowsMoveOperation:(id)arg1 ;
-(BOOL)_dragSessionIsRestrictedToDraggingApplication:(id)arg1 ;
-(BOOL)_dragSessionAllowsSystemDrag:(id)arg1 ;
-(void)_removeDropTargetAndResetAppearance;
-(id)_targetIndexPathForDrop:(id)arg1 ;
-(id)_updatedDropProposalForIndexPath:(id)arg1 dropSession:(id)arg2 withDefaultProposal:(id)arg3 ;
-(void)_updateDropTargetAppearanceWithTargetIndexPath:(id)arg1 dropProposal:(id)arg2 dropSession:(id)arg3 ;
-(BOOL)_canHandleDropSession:(id)arg1 ;
-(void)_dropEntered:(id)arg1 ;
-(void)_dropExited:(id)arg1 ;
-(void)_dropEnded:(id)arg1 ;
-(void)_performDrop:(id)arg1 withDropCoordinator:(id)arg2 forceHandleAsReorder:(BOOL)arg3 ;
-(void)_beginAnimatingDropIntoCell:(id)arg1 ;
-(void)_endAnimatingDropIntoCell:(id)arg1 ;
-(long long)_dataOwnerForDropSession:(id)arg1 atIndexPath:(id)arg2 ;
-(id)_dropPreviewParametersForIndexPath:(id)arg1 ;
-(id)_insertPlaceholderAtIndexPath:(id)arg1 withContext:(id)arg2 ;
-(id)_deletePlaceholderForContext:(id)arg1 ;
-(BOOL)_commitPlaceholderInsertionWithContext:(id)arg1 dataSourceUpdates:(/*^block*/id)arg2 ;
-(id)_activeSourceDragSession;
-(BOOL)_shouldAllowInternalDrop;
-(void)_unhighlightSpringLoadedRow;
-(id)_indexPathForSpringLoadingAtPoint:(CGPoint)arg1 ;
-(BOOL)_shouldSpringLoadRowAtIndexPath:(id)arg1 withContext:(id)arg2 ;
-(void)_highlightSpringLoadedRowAtIndexPath:(id)arg1 ;
-(void)_hideIndexOverlay;
-(id)_dataSourceSectionIndexTitlesForTableView;
-(long long)_sectionIndexChangedToIndex:(long long)arg1 title:(id)arg2 ;
-(void)_transitionIndexOverlaySelectionViewToVisible:(BOOL)arg1 ;
-(BOOL)_manuallyManagesSwipeUI;
-(long long)_numberOfSectionsUsingPresentationValues:(BOOL)arg1 ;
-(id)_scrollTestExtraResults;
-(void)longPress:(id)arg1 ;
-(void)_removeTableViewGestureRecognizers;
-(void)_installTableViewGestureRecognizers;
-(void)_updateRowData;
-(void)_scheduleAdjustExtraSeparators;
-(void)_adjustReusableTableCells;
-(unsigned long long)_countStringRowCount;
-(void)_updateContentSize;
-(UIColor *)multiselectCheckmarkColor;
-(void)_ensureRowDataIsLoaded;
-(double)heightForAutohidingTableHeaderView;
-(void)_updateContentSizeSkippingContentOffsetAdjustment:(BOOL)arg1 ;
-(void)_updateShowScrollIndicatorsFlag;
-(void)setContentSize:(CGSize)arg1 skipContentOffsetAdjustment:(BOOL)arg2 ;
-(void)_adjustTableHeaderAndFooterViews;
-(void)_adjustCountLabel;
-(void)_updateIndexFrame;
-(void)_updateBackgroundViewFrame;
-(void)_boundingPathMayHaveChangedForView:(id)arg1 relativeToBoundsOriginOnly:(BOOL)arg2 ;
-(void)_setNeedsIndexBarInsetsUpdate;
-(UIEdgeInsets)_cachedSectionIndexBarInsets;
-(unsigned long long)_edgesApplyingBaseInsetsToIndexBarInsets;
-(void)_setCachedSectionIndexBarInsets:(UIEdgeInsets)arg1 ;
-(UIEdgeInsets)_insetsForIndexBar;
-(double)_externalIndexWidth;
-(void)_removeIndex;
-(void)_updateIndexTitles:(id)arg1 ;
-(BOOL)_dataSourceHasSectionIndexTitlesForTableView;
-(void)_updateIndexTitlesFromDataSource;
-(void)_sectionIndexTouchesBegan:(id)arg1 ;
-(void)_sectionIndexChanged:(id)arg1 ;
-(void)_sectionIndexTouchesEnded:(id)arg1 ;
-(BOOL)_shouldSetIndexBackgroundColorToTableBackgroundColor;
-(void)_addIndexToAppropriateContainer;
-(void)_updateIndexDisplayedTitles;
-(double)_cellIndexBarExtentFromEdge;
-(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 ;
-(BOOL)_isScrolledToTop;
-(id)_indexPathsForVisibleRowsUsingPresentationValues:(BOOL)arg1 ;
-(void)_storePreReloadStateForRestoringContentOffsetWithFirstVisibleIndexPath:(id)arg1 ;
-(void)_beginSuspendingUpdates;
-(void)_rebaseExistingShadowUpdatesIfNecessaryWithSortedInsertItems:(id)arg1 sortedDeleteItems:(id)arg2 sortedMoveItems:(id)arg3 ;
-(void)_updateIdentityTrackerWithDeletes:(id)arg1 moves:(id)arg2 inserts:(id)arg3 ;
-(void)_Bug_Detected_In_Client_Of_UITableView_Invalid_Number_Of_Sections:(id)arg1 ;
-(void)_Bug_Detected_In_Client_Of_UITableView_Invalid_Number_Of_Rows_In_Section:(id)arg1 ;
-(void)_updateWithItems:(id)arg1 updateSupport:(id)arg2 ;
-(void)_endSuspendingUpdates;
-(BOOL)_shouldRestorePreReloadScrollPositionWithFirstVisibleIndexPath:(id)arg1 scrolledToTop:(BOOL)arg2 ;
-(void)_adjustExtraSeparators;
-(id)_existingCellForRowAtIndexPath:(id)arg1 ;
-(BOOL)_isPerformingShadowUpdates;
-(BOOL)_isPerformingRevertingShadowUpdates;
-(long long)_numberOfRowsInSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ;
-(id)_indexPathForCell:(id)arg1 usingPresentationValues:(BOOL)arg2 ;
-(void)_setNeedsVisibleCellsUpdate:(BOOL)arg1 withFrames:(BOOL)arg2 updateImmediatelyIfPossible:(BOOL)arg3 ;
-(BOOL)_shouldUnionVisibleBounds;
-(id)_tableHeaderView:(BOOL)arg1 ;
-(id)_tableFooterView:(BOOL)arg1 ;
-(BOOL)_shouldShowHeadersAndFooters;
-(void)_reuseHeaderFooterView:(id)arg1 isHeader:(BOOL)arg2 forSection:(long long)arg3 ;
-(BOOL)allowsHeaderViewsToFloat;
-(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 ;
-(BOOL)_isUpdating;
-(void)_reapTentativeViews;
-(void)_setNeedsVisibleCellsUpdate:(BOOL)arg1 withFrames:(BOOL)arg2 ;
-(BOOL)_applyCoalescedContentSizeUpdates;
-(void)_ensurePreReloadVisibleRowRangeIsValidWithPostReloadRowCount:(long long)arg1 ;
-(double)_contentOffsetYForRestoringScrollPositionOfFirstVisibleRowWithContentInsetTop:(double)arg1 canGuessHeights:(BOOL)arg2 ;
-(NSRange)_visibleGlobalRowsInRect:(CGRect)arg1 canGuess:(BOOL)arg2 ;
-(NSRange)_visibleGlobalRowsInRect:(CGRect)arg1 ;
-(id)_reorderingSupport;
-(id)_createPreparedCellForGlobalRow:(long long)arg1 withIndexPath:(id)arg2 willDisplay:(BOOL)arg3 ;
-(void)_updateTableHeadersAndFootersNow:(BOOL)arg1 ;
-(void)_updateVisibleHeadersAndFootersNow:(BOOL)arg1 ;
-(void)_restoreOrAdjustContentOffsetWithRowCount:(long long)arg1 initialContentInsetTop:(double)arg2 ;
-(void)_endUpdatingVisibleCells:(BOOL)arg1 originalContentOffset:(CGPoint)arg2 focusedView:(id)arg3 focusedViewType:(int)arg4 ;
-(void)_updateFocusAfterLoadingCellsWithFocusedView:(id)arg1 viewType:(int)arg2 ;
-(BOOL)_visibleHeaderViewsContainsView:(id)arg1 ;
-(BOOL)_visibleFooterViewsContainsView:(id)arg1 ;
-(void)_reuseTableViewSubview:(id)arg1 viewType:(int)arg2 ;
-(double)_defaultMarginWidth;
-(id)_cellContainerView;
-(long long)globalRowForRowAtIndexPath:(id)arg1 ;
-(void)_hideSeparatorForRowAtIndexPath:(id)arg1 ;
-(void)_showSeparatorForRowBeforeIndexPath:(id)arg1 ;
-(void)_showSeparatorForRowAtIndexPath:(id)arg1 ;
-(BOOL)_canMoveRowAtIndexPath:(id)arg1 ;
-(void)_setupSectionView:(id)arg1 isHeader:(BOOL)arg2 forSection:(long long)arg3 ;
-(id)_cellReuseMapForType:(int)arg1 ;
-(void)_setClearBlendingViewCompositingFilter;
-(void)_adjustPreReloadStateForRestoringContentOffsetWithUpdateItems:(id)arg1 updateSupport:(id)arg2 ;
-(void)_resignFirstResponderInDeletedSectionOrRow:(BOOL)arg1 ;
-(void)_reusePreviouslyFocusedTableViewSubviewIfNeeded:(id)arg1 viewType:(int)arg2 indexPath:(id)arg3 ;
-(void)_updateCellContentStringCallout:(id)arg1 ;
-(void)_beginAnimatingCells;
-(id)_createPreparedCellForGlobalRow:(long long)arg1 willDisplay:(BOOL)arg2 ;
-(void)_animateSwipeOccurrenceAction:(id)arg1 alongsideCell:(id)arg2 animation:(id)arg3 ;
-(void)_setupCell:(id)arg1 forEditing:(BOOL)arg2 atIndexPath:(id)arg3 animated:(BOOL)arg4 updateSeparators:(BOOL)arg5 ;
-(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)_updateAnimationDidStopWithOldVisibleViews:(id)arg1 finished:(BOOL)arg2 context:(id)arg3 ;
-(void)_animateScanlineViewForCell:(id)arg1 occurrence:(id)arg2 actionsView:(id)arg3 ;
-(void)_endAnimatingCells;
-(id)_visibleCellsUsingPresentationValues:(BOOL)arg1 ;
-(void)_updateSeparatorStateForCell:(id)arg1 atIndexPath:(id)arg2 ;
-(void)_cleanupStateFromDeleteConfirmation;
-(void)_removeOrphanedViews:(id)arg1 ;
-(void)_configureCellForDisplay:(id)arg1 forIndexPath:(id)arg2 ;
-(id)_indexPathForRowAtPoint:(CGPoint)arg1 usingPresentationValues:(BOOL)arg2 ;
-(BOOL)_shouldChangeIndexBasedOnValueChanged;
-(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 ;
-(BOOL)_isUsingPresentationValues;
-(void)_endDisplayingCellContentStringCallout;
-(void)_scrollToTopHidingTableHeader:(BOOL)arg1 ;
-(UIColor *)sectionIndexColor;
-(void)setSectionIndexColor:(UIColor *)arg1 ;
-(UIColor *)sectionIndexTrackingBackgroundColor;
-(void)setSectionIndexTrackingBackgroundColor:(UIColor *)arg1 ;
-(void)_setBackgroundEffects:(id)arg1 ;
-(void)_updateWrapperView;
-(id)_resolvedTableConstants;
-(void)_updateConstantsForVisibleCellsAndHeaderFooterViews;
-(void)_rebuildGeometry;
-(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)_setUsesStaticScrollBar:(BOOL)arg1 ;
-(void)_updateWrapperFrame;
-(double)_widthForContentInRect:(CGRect)arg1 ;
-(void)_setSeparatorsDrawInVibrantLightModeUIAppearance:(id)arg1 ;
-(id)_sidebarVariantOfConstants:(id)arg1 ;
-(void)_languageChanged;
-(void)_darkenedSystemColorsChanged;
-(void)_initializeTentativeViewContainers;
-(CGRect)_frameForWrapper;
-(void)_updateWrapperContentInset;
-(void)_updateWrapperClipping;
-(void)_setupTableViewCommon;
-(id)_defaultBackgroundView;
-(void)_applyAppearanceDefaultsForStyle:(long long)arg1 ;
-(void)_setupDefaultHeights;
-(void)_configureBackgroundView;
-(void)_resetDarkenedSeparatorColor;
-(void)setSeparatorInsetReference:(long long)arg1 ;
-(long long)separatorInsetReference;
-(void)_stopLongPressAutoscrollTimer;
-(void)_stopIndexOverlayTimer;
-(void)_stopIgnoringWheelEventsOnIndexOverlayIndicator:(id)arg1 ;
-(void)_setRowCount:(unsigned long long)arg1 ;
-(void)_createOrUninstallDragAndDropControllersIfNeeded;
-(void)setTableHeaderViewShouldAutoHide:(BOOL)arg1 ;
-(void)_updateRowDataIfNeeded;
-(void)_resetAllShadowUpdates;
-(void)_setEditing:(BOOL)arg1 animated:(BOOL)arg2 forced:(BOOL)arg3 ;
-(void)_cancelCellReorder:(BOOL)arg1 ;
-(void)noteNumberOfRowsChanged;
-(long long)_lastGlobalRowIndex;
-(BOOL)_isScrolledToTopAtContentOffsetY:(double)arg1 ;
-(double)_computeOffsetOfFirstVisibleCellWithIndexPath:(id)arg1 ;
-(id)_generateDeletedOrMovedRowsIndexSetFromUpdateItems:(id)arg1 updateSupport:(id)arg2 preReloadFirstVisibleRowIndexPath:(id)arg3 outReloadedRowNewIndexPath:(out id*)arg4 ;
-(CGPoint)_validContentOffsetForProposedOffset:(CGPoint)arg1 ;
-(BOOL)_retargetScrollAnimation;
-(CGRect)_rectForSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ;
-(CGRect)_rectForHeaderInSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ;
-(CGRect)_rectForFooterInSection:(long long)arg1 usingPresentationValues:(BOOL)arg2 ;
-(CGRect)_rectForRowAtIndexPath:(id)arg1 canGuess:(BOOL)arg2 ;
-(id)_indexPathsForRowsInRect:(CGRect)arg1 usingPresentationValues:(BOOL)arg2 ;
-(void)_updateVisibleCellsImmediatelyIfNecessary;
-(BOOL)_hasFocusedCellForIndexPath:(id)arg1 ;
-(long long)_visibleGlobalRowForRowAtIndexPathAdjustedForCurrentUpdate:(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)_endCellAnimationsWithContext:(id)arg1 ;
-(void)endUpdatesWithContext:(id)arg1 ;
-(void)_performBatchUpdates:(/*^block*/id)arg1 withContext:(id)arg2 completion:(/*^block*/id)arg3 ;
-(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)setCurrentTouch:(UITouch *)arg1 ;
-(BOOL)_highlightRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 usingPresentationValues:(BOOL)arg4 ;
-(BOOL)allowsSelectionDuringEditing;
-(void)_selectedIndexPathsDidChange;
-(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 ;
-(id)_defaultSeparatorColor;
-(BOOL)_shouldDrawDarkSeparators;
-(BOOL)_shouldDrawSeparatorAtTopOfSectionForCellAtIndexPath:(id)arg1 ;
-(BOOL)_shouldDrawSeparatorAtBottomOfSection:(long long)arg1 ;
-(BOOL)_shouldHaveFullLengthBottomSeparatorForCellAtIndexPath:(id)arg1 ;
-(BOOL)_shouldHaveFullLengthTopSeparatorForCellAtIndexPath:(id)arg1 ;
-(BOOL)_delegateWantsHeaderForSection:(long long)arg1 ;
-(BOOL)_shouldDrawTopSeparatorDueToMergedBarForCellAtIndexPath:(id)arg1 ;
-(void)_invalidateForTopOrBottomPaddingChange:(BOOL)arg1 ;
-(void)_layoutAdjustmentsDidChange;
-(void)_setBackgroundColor:(id)arg1 animated:(BOOL)arg2 ;
-(void)_updateTableHeaderFooterViewInsetsContentViewsToSafeArea;
-(id)_nibMapForType:(int)arg1 ;
-(id)_nibExternalObjectsTablesForType:(int)arg1 ;
-(id)_classMapForType:(int)arg1 ;
-(id)_dequeueReusableViewOfType:(int)arg1 withIdentifier:(id)arg2 ;
-(id)_dequeueReusableCellWithIdentifier:(id)arg1 forIndexPath:(id)arg2 usingPresentationValues:(BOOL)arg3 ;
-(BOOL)_shouldConfigureCellForDisplayDuringDequeueForIndexPath:(id)arg1 ;
-(void)_resetDragSwipeAndTouchSelectFlags;
-(UITouch *)currentTouch;
-(BOOL)_canSelectRowContainingHitView:(id)arg1 ;
-(BOOL)_shouldDeselectRowsOnTouchesBegan;
-(void)_updateTableHeaderViewForAutoHideWithVelocity:(double)arg1 targetOffset:(CGPoint*)arg2 ;
-(void)_selectAllSelectedRows;
-(id)_visibleHeaderFooterViews;
-(CGPoint)_contentOffsetForLowFidelityScrollInDirection:(CGPoint)arg1 duration:(double*)arg2 ;
-(id)_nearestCellToPoint:(CGPoint)arg1 ;
-(BOOL)touchesShouldCancelInContentView:(id)arg1 ;
-(id)_tableViewCellForContentView:(id)arg1 ;
-(void)_updatePrefetchContext;
-(void)_setNeedsRebuildGeometry;
-(void)_getGradientMaskBounds:(out CGRect*)arg1 startInsets:(out UIEdgeInsets*)arg2 endInsets:(out UIEdgeInsets*)arg3 intensities:(out UIEdgeInsets*)arg4 ;
-(void)_rebuildGeometryWithCompatibility;
-(BOOL)_hasSwipeToDeleteRow;
-(void)_updateTableViewGestureRecognizersForEditing;
-(void)_endSwipeToDeleteRowDidDelete:(BOOL)arg1 ;
-(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 ;
-(void)_rebuildGeometryForcingRowDataUpdate:(BOOL)arg1 skipContentOffsetAdjustment:(BOOL)arg2 updateImmediatelyIfPossible:(BOOL)arg3 ;
-(void)_updateMarginWidthForVisibleViewsForceLayout:(BOOL)arg1 ;
-(void)_updateDragStateForCell:(id)arg1 atIndexPath:(id)arg2 ;
-(void)_updateTopSeparatorForCell:(id)arg1 atIndexPath:(id)arg2 ;
-(void)_updateSelectedAndHighlightedStateForCell:(id)arg1 atIndexPath:(id)arg2 ;
-(double)_heightForCell:(id)arg1 atIndexPath:(id)arg2 ;
-(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 ;
-(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)_stopScrollingNotify:(BOOL)arg1 pin:(BOOL)arg2 ;
-(id)_reorderingIndexPath;
-(long long)_sectionForHeaderView:(id)arg1 ;
-(long long)_sectionForFooterView:(id)arg1 ;
-(id)_createPreparedCellForRowAtIndexPath:(id)arg1 willDisplay:(BOOL)arg2 ;
-(id)_contentSubviews;
-(BOOL)_delegateWantsHeaderTitleForSection:(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;
-(void)_updateTopSeparatorForVisibleCells;
-(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;
-(id)_currentIndexPathForPlaceholder:(id)arg1 ;
-(id)_shadowUpdatesController;
-(id)_shadowUpdateForPlaceholder:(id)arg1 ;
-(id)_currentIndexPathForExistingShadowInsertUpdate:(id)arg1 ;
-(id)_revertExistingShadowInsertUpdate:(id)arg1 withAlongsideUpdates:(/*^block*/id)arg2 ;
-(id)_placeholderContextForIndexPath:(id)arg1 ;
-(void)_performRevertingShadowUpdates:(/*^block*/id)arg1 ;
-(void)_reorderPositionChangedForCell:(id)arg1 ;
-(void)adjustIndexPaths:(id)arg1 forMoveOfIndexPath:(id)arg2 toIndexPath:(id)arg3 ;
-(void)_endCellReorderAnimation:(BOOL)arg1 wasCancelled:(BOOL)arg2 ;
-(void)_reorderPositionChangedForCell:(id)arg1 withScrollFactorPercentage:(float)arg2 ;
-(BOOL)shouldDisplayTopSeparatorForRowAtIndexPath:(id)arg1 ;
-(id)dequeueReusableHeaderFooterViewWithIdentifier:(id)arg1 ;
-(id)_delegateViewForHeaderInSection:(long long)arg1 ;
-(id)_popReusableHeaderView:(BOOL)arg1 ;
-(id)_newSectionViewWithFrame:(CGRect)arg1 forSection:(long long)arg2 isHeader:(BOOL)arg3 ;
-(id)_sectionHeaderView:(BOOL)arg1 withFrame:(CGRect)arg2 forSection:(long long)arg3 floating:(BOOL)arg4 reuseViewIfPossible:(BOOL)arg5 willDisplay:(BOOL)arg6 ;
-(BOOL)_canEditRowAtIndexPath:(id)arg1 ;
-(long long)_visibleSectionForSectionAdjustedForCurrentUpdate:(long long)arg1 ;
-(BOOL)_headerAndFooterViewsFloat;
-(id)_titleForDeleteConfirmationButtonForRowAtIndexPath:(id)arg1 ;
-(BOOL)_isLastRowForIndexPath:(id)arg1 ;
-(id)_targetIndexPathAtPoint:(CGPoint)arg1 withLastTargetIndexPath:(id)arg2 adjustedForGap:(BOOL)arg3 ;
-(void)_animateSwipeCancelation;
-(void)_sendDidEndEditingForIndexPath:(id)arg1 ;
-(BOOL)_canBeginMenuInteractionAtLocation:(CGPoint)arg1 ;
-(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)_classicHeightForFooterInSection:(long long)arg1 ;
-(id)_trailingSwipeConfigurationAtIndexPath:(id)arg1 fromRemoveButton:(BOOL)arg2 ;
-(void)_sendWillBeginEditingForIndexPath:(id)arg1 ;
-(BOOL)_swipeDeletionCommitted;
-(id)_contextualActionForDeletingRowAtIndexPath:(id)arg1 usingPresentationValues:(BOOL)arg2 ;
-(id)_contextualActionForDeletingRowAtIndexPath:(id)arg1 performsFirstActionWithFullSwipe:(BOOL*)arg2 ;
-(id)_titleForSwipeAccessoryButtonForRowAtIndexPath:(id)arg1 ;
-(id)_existingHeaderViewForSection:(long long)arg1 ;
-(double)_heightForHeaderView:(id)arg1 inSection:(long long)arg2 ;
-(id)_existingFooterViewForSection:(long long)arg1 ;
-(double)_heightForFooterView:(id)arg1 inSection:(long long)arg2 ;
-(BOOL)_delegateWantsFooterForSection:(long long)arg1 ;
-(void)_setManuallyManagesSwipeUI:(BOOL)arg1 ;
-(BOOL)_displaysCellContentStringsOnTapAndHold;
-(void)_setDisplaysCellContentStringsOnTapAndHold:(BOOL)arg1 ;
-(float)_animationDuration;
-(void)setCountStringInsignificantRowCount:(unsigned long long)arg1 ;
-(void)setCountString:(id)arg1 ;
-(void)_setAccessoryBaseColor:(id)arg1 ;
-(void)setMultiselectCheckmarkColor:(UIColor *)arg1 ;
-(void)_setHeightForTableHeaderViewHiding:(double)arg1 ;
-(BOOL)_drawsTopShadowInGroupedSections;
-(void)_setDrawsTopShadowInGroupedSections:(BOOL)arg1 ;
-(id)_sectionIndex;
-(id)_backgroundColorForDeleteConfirmationButtonForRowAtIndexPath:(id)arg1 ;
-(id)_backgroundColorForSwipeAccessoryButtonForRowAtIndexPath:(id)arg1 ;
-(void)_setGestureRecognizerRequiresTableGestureRecognizersToFail:(id)arg1 ;
-(BOOL)_ignoreCopyFilterForTableAnimations;
-(void)_setIgnoreCopyFilterForTableAnimations:(BOOL)arg1 ;
-(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 ;
-(long long)_styleForAppearance;
-(UIColor *)sectionIndexBackgroundColor;
-(void)setSectionIndexBackgroundColor:(UIColor *)arg1 ;
-(void)reloadSectionIndexTitles;
-(void)setIndexHidden:(BOOL)arg1 animated:(BOOL)arg2 ;
-(CGRect)indexFrame;
-(BOOL)tableHeaderViewShouldAutoHide;
-(void)setOverlapsSectionHeaderViews:(BOOL)arg1 ;
-(CGRect)rectForFooterInSection:(long long)arg1 ;
-(CGRect)_rectForTableFooterView;
-(id)headerViewForSection:(long long)arg1 ;
-(id)footerViewForSection:(long long)arg1 ;
-(void)_performBatchUpdates:(/*^block*/id)arg1 completion:(/*^block*/id)arg2 ;
-(void)_reloadSectionHeaderFooters:(id)arg1 withRowAnimation:(long long)arg2 ;
-(void)setAllowsSelectionDuringEditing:(BOOL)arg1 ;
-(id)_indexPathsForHighlightedRows;
-(BOOL)_shouldHighlightInsteadOfSelectRowAtIndexPath:(id)arg1 ;
-(BOOL)highlightRowAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(long long)arg3 ;
-(unsigned long long)maximumNumberOfSectionIndexTitlesWithoutTruncation;
-(void)setSeparatorTopShadowColor:(id)arg1 ;
-(id)separatorTopShadowColor;
-(void)setSeparatorBottomShadowColor:(id)arg1 ;
-(id)separatorBottomShadowColor;
-(void)_setDrawsSeparatorAtTopOfSections:(BOOL)arg1 ;
-(BOOL)_drawsSeparatorAtTopOfSections;
-(void)setUsesVariableMargins:(BOOL)arg1 ;
-(void)_setUseUnifiedSelectionBehavior:(BOOL)arg1 ;
-(BOOL)_useUnifiedSelectionBehavior;
-(void)_storeStateForRestoringContentOffsetIfNeeded;
-(void)registerNib:(id)arg1 forCellReuseIdentifier:(id)arg2 ;
-(void)registerNib:(id)arg1 forHeaderFooterViewReuseIdentifier:(id)arg2 ;
-(void)registerClass:(Class)arg1 forHeaderFooterViewReuseIdentifier:(id)arg2 ;
-(void)_setExternalObjectTable:(id)arg1 forNibLoadingOfHeaderFooterWithReuseIdentifier:(id)arg2 ;
-(double)_contentWidthForCell:(id)arg1 forRowAtIndexPath:(id)arg2 ;
-(void)_setSectionContentInsetFollowsLayoutMargins:(BOOL)arg1 ;
-(void)_setSectionCornerRadius:(double)arg1 ;
-(void)_setPinsTableHeaderView:(BOOL)arg1 ;
-(BOOL)_delegateImplementsEstimatedHeightForRowAtIndexPath;
-(BOOL)_delegateImplementsEstimatedHeightForSectionHeader;
-(BOOL)_delegateImplementsEstimatedHeightForSectionFooter;
-(void)_setDefaultGradientMaskInsets;
-(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)_deleteAllPlaceholderCells;
-(double)_heightForShadowRowAtIndexPath:(id)arg1 ;
-(id)_cellForShadowRowAtIndexPath:(id)arg1 ;
-(BOOL)_wasEditingRowAtIndexPath:(id)arg1 ;
-(BOOL)_isEditingRowAtIndexPath:(id)arg1 ;
-(BOOL)_isEditingWithNoSwipedCell;
-(long long)_globalReorderingRow;
-(void)_tableFooterHeightDidChangeToHeight:(double)arg1 ;
-(void)_drawExtraSeparator:(CGRect)arg1 ;
-(double)_shadowHeightOffset;
-(BOOL)_shouldResignFirstResponderWithInteractionDisabled;
-(BOOL)_swipeDeletionStateHasBeenReset;
-(BOOL)_isTableHeaderViewHidden;
-(double)_heightForSeparator;
-(BOOL)ignorePinnedTableHeaderUpdates;
-(BOOL)_separatorsDrawAsOverlay;
-(BOOL)_disableReuseQueuePurgeOnTextSizeChanges;
-(void)_setDisableReuseQueuePurgeOnTextSizeChanges:(BOOL)arg1 ;
-(void)_setHeight:(double)arg1 forRowAtIndexPath:(id)arg2 ;
-(void)_setIndexRetargetFeedbackGenerator:(id)arg1 ;
-(id)_indexRetargetFeedbackGenerator;
-(void)_setSectionChangeFeedbackGenerator:(id)arg1 ;
-(id)_sectionChangeFeedbackGenerator;
-(void)_setCellsSelfSize:(BOOL)arg1 ;
-(BOOL)_cellsSelfSize;
-(id<UITableConstants>)constants;
-(long long)sectionIndexMinimumDisplayRowCount;
-(void)setSectionIndexMinimumDisplayRowCount:(long long)arg1 ;
-(id)_dragController;
-(void)_setDragController:(id)arg1 ;
-(id)_dropController;
-(void)_setDropController:(id)arg1 ;
-(void)_setPlaceholderContexts:(id)arg1 ;
@end