]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UITableView.h> | |
8 | ||
9 | @interface UITableView (UITableViewInternal) | |
10 | - (BOOL)_dataSourceImplementsNumberOfSectionsInTableView; | |
11 | - (BOOL)_delegateImplementsHeightForRowAtIndexPath; | |
12 | - (BOOL)_delegateWantsHeaderForSection:(int)fp8; | |
13 | - (BOOL)_delegateWantsFooterForSection:(int)fp8; | |
14 | - (BOOL)_delegateImplementsHeightForHeaderInSection; | |
15 | - (BOOL)_delegateImplementsHeightForFooterInSection; | |
16 | - (BOOL)_dataSourceImplementsTitleForHeaderInSection; | |
17 | - (BOOL)_dataSourceImplementsTitleForFooterInSection; | |
18 | - (BOOL)_delegateImplementsViewForHeaderInSection; | |
19 | - (BOOL)_delegateImplementsViewForFooterInSection; | |
20 | - (void)_stopAutoscrollTimer; | |
21 | - (void)_beginReorderingForCell:(id)fp8; | |
22 | - (void)_tableCellAnimationDidStop:(id)fp8 finished:(id)fp12; | |
23 | - (void)_endReorderingForCell:(id)fp8; | |
24 | - (void)_endCellReorderAnimation; | |
25 | - (void)_finishedAnimatingCellReorder:(id)fp8 finished:(id)fp12 context:(id)fp16; | |
26 | - (void)_beginReorderAnimationForCell:(id)fp8; | |
27 | - (void)_endReorderAnimations; | |
28 | - (void)_autoscroll:(id)fp8; | |
29 | - (id)_targetIndexPathAtPoint:(struct CGPoint)fp8; | |
30 | - (void)_setTopSeparatorCell:(id)fp8; | |
31 | - (id)_cellAfterIndexPath:(id)fp8; | |
32 | - (void)_reorderPositionChangedForCell:(id)fp8; | |
33 | - (void)_endSwipeToDeleteRowDidDelete:(BOOL)fp8; | |
34 | - (void)_removeWasCanceledForCell:(id)fp8; | |
35 | - (void)_didInsertRowForTableCell:(id)fp8; | |
36 | - (void)_finishedRemovingRemovalButtonForTableCell:(id)fp8; | |
37 | - (void)animateDeletionOfRowWithCell:(id)fp8; | |
38 | - (BOOL)_isShowingIndex; | |
39 | - (struct CGRect)_indexRect; | |
40 | - (void)_setCell:(id)fp8 isAncestorOfFirstResponder:(BOOL)fp12; | |
41 | @end | |
42 |