]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITableViewCell-UITableViewCellStatic.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UITableViewCell-UITableViewCellStatic.h
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/UITableViewCell.h>
8
9 @interface UITableViewCell (UITableViewCellStatic)
10 - (id)editingData;
11 - (void)setEditingData:(id)fp8;
12 - (void)_createReorderControlIfNeeded;
13 - (id)_reorderingControl;
14 - (id)_reorderingSeparatorView;
15 - (void)_releaseReorderingControl;
16 - (void)_setGrabberHidden:(BOOL)fp8;
17 - (void)_finishedFadingGrabber:(id)fp8 finished:(BOOL)fp12;
18 - (id)_disclosureImage;
19 - (id)_disclosurePressedImage;
20 - (id)_currentAccessoryView:(BOOL)fp8;
21 - (id)_createRemoveControl;
22 - (id)_createInsertControl;
23 - (void)_releaseRemoveControl;
24 - (void)_removeRemoveControl;
25 - (void)_layoutSubviewsAnimated:(BOOL)fp8;
26 - (void)_saveViewStateForSelectionOfView:(id)fp8;
27 - (void)_updateHighlightColorsForSelectionOfView:(id)fp8;
28 - (void)_updateHighlightColorsForDeselectionOfView:(id)fp8;
29 - (void)_updateHighlightColorsForView:(id)fp8 highlighted:(BOOL)fp12;
30 - (void)_updateHighlightColorsForAnimationHalfwayPoint;
31 - (void)_updateHighlightColors;
32 - (void)_showReorderControl;
33 - (id)_defaultFont;
34 - (id)_textLabel;
35 - (id)_imageView;
36 - (struct CGSize)_textInsetSize;
37 - (struct CGSize)_imageInsetSize;
38 @end
39