2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIPreferencesTableCell.h>
9 #import "UITextFieldDelegate-Protocol.h"
11 @
class UILabel
, UITextField
;
13 @interface UIPreferencesTextTableCell
: UIPreferencesTableCell
<UITextFieldDelegate
>
15 UITextField
*_textField
;
16 UILabel
*_valueSuffixLabel
;
17 float _textFieldOffset
;
21 - (id
)initWithFrame
:(struct CGRect
)fp8
;
22 - (id
)keyboardInputOverlayContainer
:(id
)fp8
;
23 - (void)setTextFieldOffset
:(float)fp8
;
24 - (float)textFieldOffset
;
25 - (void)setReturnAction
:(SEL
)fp8
;
27 - (id
)_disabledFontColor
;
28 - (BOOL
)becomeFirstResponder
;
29 - (BOOL
)canBecomeFirstResponder
;
30 - (BOOL
)resignFirstResponder
;
31 - (void)setUserInteractionEnabled
:(BOOL
)fp8
;
32 - (void)setValueSuffix
:(id
)fp8
;
33 - (BOOL
)hasValueSuffix
;
34 - (void)setValue
:(id
)fp8
;
35 - (void)textFieldDidBecomeFirstResponder
:(id
)fp8
;
38 - (void)_textFieldStartEditing
:(id
)fp8
;
39 - (void)_textFieldEndEditing
:(id
)fp8
;
40 - (void)_textFieldEndEditingOnReturn
:(id
)fp8
;
41 - (void)_textValueChanged
:(id
)fp8
;
42 - (void)textFieldClearButtonPressed
:(id
)fp8
;
44 - (void)setPlaceHolderValue
:(id
)fp8
;
45 - (void)_updateSuffixFrame
;
46 - (void)layoutSubviews
;