]>
Commit | Line | Data |
---|---|---|
7b30b292 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 "UIPreferencesTextTableCell.h" | |
8 | ||
9 | @interface PSEditableTableCell : UIPreferencesTextTableCell | |
10 | { | |
11 | id _userInfo; | |
12 | SEL _targetSetter; | |
13 | id _realTarget; | |
14 | } | |
15 | ||
16 | - (void)controlChanged:(id)fp8; | |
17 | - (void)setValueChangedOnReturn; | |
18 | - (void)setValueChangedTarget:(id)fp8 action:(SEL)fp12 userInfo:(id)fp16; | |
19 | - (void)dealloc; | |
20 | ||
21 | @end | |
22 |