]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UITableViewCell-UITableViewCellInternal.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UITableViewCell-UITableViewCellInternal.h
... / ...
CommitLineData
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 (UITableViewCellInternal)
10- (id)_tableView;
11- (void)_setEditingStyle:(int)fp8;
12- (void)_setShouldIndentWhileEditing:(BOOL)fp8;
13- (void)_setDrawsTopSeparator:(BOOL)fp8;
14- (void)_drawSeparatorInRect:(struct CGRect)fp8;
15#if 1 // iPhoneOS 1.x
16- (void)_drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
17#endif
18- (void)_drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
19- (id)_removeControl;
20- (void)_grabberBeganReorder:(id)fp8;
21- (void)_grabberDragged:(id)fp8 yDelta:(float)fp12;
22- (void)_grabberReleased:(id)fp8;
23- (void)_uiRemoveControlMinusButtonHideAnimationDone:(id)fp8;
24- (void)_willBeDeleted;
25- (void)removeControl:(id)fp8 willRemoveTarget:(id)fp12;
26- (void)insertControl:(id)fp8 shouldInsertWithTarget:(id)fp12;
27- (void)removeControlWillHideRemoveConfirmation:(id)fp8;
28- (struct CGRect)removeControl:(id)fp8 startFrameForTarget:(id)fp12;
29- (struct CGRect)removeControl:(id)fp8 endFrameForTarget:(id)fp12;
30- (void)removeControl:(id)fp8 wasCanceledForTarget:(id)fp12;
31- (int)tableViewStyle;
32- (void)setTableViewStyle:(int)fp8;
33- (id)_scriptingInfo;
34@end
35