00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "UIView.h" 00008 00009 @class UIKeyboard, UINavigationBar, UIPreferencesTextTableCell; 00010 00011 @interface ABSimpleTextInputLayer : UIView 00012 { 00013 UIPreferencesTextTableCell *_inputField; 00014 UIView *_contentView; 00015 UIKeyboard *_keyboard; 00016 id _delegate; 00017 UINavigationBar *_navBar; 00018 BOOL _lastHasText; 00019 } 00020 00021 - (id)initWithFrame:(struct CGRect)fp8 context:(id)fp24; 00022 - (void)dealloc; 00023 - (id)text; 00024 - (void)setDelegate:(id)fp8; 00025 - (id)delegate; 00026 - (void)setLocalizedNavigationTitle:(id)fp8; 00027 - (id)createEntryFieldForStringValue:(id)fp8; 00028 - (void)buildUI; 00029 - (unsigned int)becomeFirstResponder; 00030 - (void)movedFromSuperview:(id)fp8; 00031 - (void)_didEndPickingAndConfirmed:(BOOL)fp8 animate:(BOOL)fp12; 00032 - (void)doneButtonClicked:(id)fp8; 00033 - (void)cancelButtonClicked:(id)fp8; 00034 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; 00035 - (void)fieldEndedEditing:(id)fp8; 00036 - (void)back:(BOOL)fp8 save:(BOOL)fp12; 00037 - (void)reload; 00038 - (void)_textValueChanged:(id)fp8; 00039 00040 @end 00041