X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UITableView-UITableViewInternal.h?ds=sidebyside diff --git a/UIKit/UITableView-UITableViewInternal.h b/UIKit/UITableView-UITableViewInternal.h new file mode 100644 index 0000000..6d9554f --- /dev/null +++ b/UIKit/UITableView-UITableViewInternal.h @@ -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 + +@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 +