]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITableView-UITableViewInternal.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITableView-UITableViewInternal.h
diff --git a/UIKit/UITableView-UITableViewInternal.h b/UIKit/UITableView-UITableViewInternal.h
new file mode 100644 (file)
index 0000000..6d9554f
--- /dev/null
@@ -0,0 +1,42 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UITableView.h>
+
+@interface UITableView (UITableViewInternal)
+- (BOOL)_dataSourceImplementsNumberOfSectionsInTableView;
+- (BOOL)_delegateImplementsHeightForRowAtIndexPath;
+- (BOOL)_delegateWantsHeaderForSection:(int)fp8;
+- (BOOL)_delegateWantsFooterForSection:(int)fp8;
+- (BOOL)_delegateImplementsHeightForHeaderInSection;
+- (BOOL)_delegateImplementsHeightForFooterInSection;
+- (BOOL)_dataSourceImplementsTitleForHeaderInSection;
+- (BOOL)_dataSourceImplementsTitleForFooterInSection;
+- (BOOL)_delegateImplementsViewForHeaderInSection;
+- (BOOL)_delegateImplementsViewForFooterInSection;
+- (void)_stopAutoscrollTimer;
+- (void)_beginReorderingForCell:(id)fp8;
+- (void)_tableCellAnimationDidStop:(id)fp8 finished:(id)fp12;
+- (void)_endReorderingForCell:(id)fp8;
+- (void)_endCellReorderAnimation;
+- (void)_finishedAnimatingCellReorder:(id)fp8 finished:(id)fp12 context:(id)fp16;
+- (void)_beginReorderAnimationForCell:(id)fp8;
+- (void)_endReorderAnimations;
+- (void)_autoscroll:(id)fp8;
+- (id)_targetIndexPathAtPoint:(struct CGPoint)fp8;
+- (void)_setTopSeparatorCell:(id)fp8;
+- (id)_cellAfterIndexPath:(id)fp8;
+- (void)_reorderPositionChangedForCell:(id)fp8;
+- (void)_endSwipeToDeleteRowDidDelete:(BOOL)fp8;
+- (void)_removeWasCanceledForCell:(id)fp8;
+- (void)_didInsertRowForTableCell:(id)fp8;
+- (void)_finishedRemovingRemovalButtonForTableCell:(id)fp8;
+- (void)animateDeletionOfRowWithCell:(id)fp8;
+- (BOOL)_isShowingIndex;
+- (struct CGRect)_indexRect;
+- (void)_setCell:(id)fp8 isAncestorOfFirstResponder:(BOOL)fp12;
+@end
+