]>
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 "UIView.h" | |
8 | ||
9 | @class UIKeyboard, UINavigationBar, UIPreferencesTextTableCell; | |
10 | ||
11 | @interface ABSimpleTextInputLayer : UIView | |
12 | { | |
13 | UIPreferencesTextTableCell *_inputField; | |
14 | UIView *_contentView; | |
15 | UIKeyboard *_keyboard; | |
16 | id _delegate; | |
17 | UINavigationBar *_navBar; | |
18 | BOOL _lastHasText; | |
19 | } | |
20 | ||
21 | - (id)initWithFrame:(struct CGRect)fp8 context:(id)fp24; | |
22 | - (void)dealloc; | |
23 | - (id)text; | |
24 | - (void)setDelegate:(id)fp8; | |
25 | - (id)delegate; | |
26 | - (void)setLocalizedNavigationTitle:(id)fp8; | |
27 | - (id)createEntryFieldForStringValue:(id)fp8; | |
28 | - (void)buildUI; | |
29 | - (BOOL)becomeFirstResponder; | |
30 | - (void)movedFromSuperview:(id)fp8; | |
31 | - (void)_didEndPickingAndConfirmed:(BOOL)fp8 animate:(BOOL)fp12; | |
32 | - (void)doneButtonClicked:(id)fp8; | |
33 | - (void)cancelButtonClicked:(id)fp8; | |
34 | - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; | |
35 | - (void)fieldEndedEditing:(id)fp8; | |
36 | - (void)back:(BOOL)fp8 save:(BOOL)fp12; | |
37 | - (void)reload; | |
38 | - (void)_textValueChanged:(id)fp8; | |
39 | ||
40 | @end | |
41 |