]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 | - (void)_drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24; | |
16 | - (id)_removeControl; | |
17 | - (void)_grabberBeganReorder:(id)fp8; | |
18 | - (void)_grabberDragged:(id)fp8 yDelta:(float)fp12; | |
19 | - (void)_grabberReleased:(id)fp8; | |
20 | - (void)_uiRemoveControlMinusButtonHideAnimationDone:(id)fp8; | |
21 | - (void)_willBeDeleted; | |
22 | - (void)removeControl:(id)fp8 willRemoveTarget:(id)fp12; | |
23 | - (void)insertControl:(id)fp8 shouldInsertWithTarget:(id)fp12; | |
24 | - (void)removeControlWillHideRemoveConfirmation:(id)fp8; | |
25 | - (struct CGRect)removeControl:(id)fp8 startFrameForTarget:(id)fp12; | |
26 | - (struct CGRect)removeControl:(id)fp8 endFrameForTarget:(id)fp12; | |
27 | - (void)removeControl:(id)fp8 wasCanceledForTarget:(id)fp12; | |
28 | - (int)tableViewStyle; | |
29 | - (void)setTableViewStyle:(int)fp8; | |
30 | - (id)_scriptingInfo; | |
31 | @end | |
32 |