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/UIView.h>
9 @
class UIButton
, UIColor
, UILabel
, UITextField
;
11 @interface UISearchBar
: UIView
13 UITextField
*_searchField
;
14 UILabel
*_promptLabel
;
15 UIButton
*_cancelButton
;
16 id
<UISearchBarDelegate
> _delegate
;
19 unsigned int barStyle
:3;
20 unsigned int showsBookmarkButton
:1;
21 unsigned int showsCancelButton
:1;
25 - (id
)initWithFrame
:(struct CGRect
)fp8
;
26 - (id
)initWithCoder
:(id
)fp8
;
27 - (void)_populateArchivedSubviews
:(id
)fp8
;
28 - (void)encodeWithCoder
:(id
)fp8
;
30 - (void)setBarStyle
:(int)fp8
;
32 - (void)setText
:(id
)fp8
;
34 - (void)setPrompt
:(id
)fp8
;
36 - (void)setPlaceholder
:(id
)fp8
;
38 - (void)setShowsBookmarkButton
:(BOOL
)fp8
;
39 - (BOOL
)showsBookmarkButton
;
40 - (void)setShowsCancelButton
:(BOOL
)fp8
;
41 - (BOOL
)showsCancelButton
;
42 - (void)setTintColor
:(id
)fp8
;
43 - (void)setAutocapitalizationType
:(int)fp8
;
44 - (int)autocapitalizationType
;
45 - (void)setAutocorrectionType
:(int)fp8
;
46 - (int)autocorrectionType
;
47 - (void)setKeyboardType
:(int)fp8
;
49 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
50 - (void)layoutSubviews
;
51 - (void)drawRect
:(struct CGRect
)fp8
;
54 - (void)setDelegate
:(id
)fp8
;