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 NSArray
, UIBarButtonItem
, UIColor
;
11 @interface UIToolbar
: UIView
13 UIView
*_customizeView
;
16 UIBarButtonItem
*_selectedItem
;
17 NSArray
*_customizationItems
;
20 unsigned int barStyle
:2;
22 unsigned int roundsCorners
:1;
23 unsigned int alertShown
:1;
24 unsigned int wasEnabled
:1;
25 unsigned int customized
:1;
26 unsigned int downButtonSentAction
:1;
28 struct __CFDictionary
*_groups
;
29 NSArray
*_buttonItems
;
30 int _currentButtonGroup
;
31 struct __CFArray
*_hiddenItems
;
36 - (id
)initWithCoder
:(id
)fp8
;
37 - (void)_populateArchivedSubviews
:(id
)fp8
;
38 - (void)encodeWithCoder
:(id
)fp8
;
40 - (void)setBarStyle
:(int)fp8
;
42 - (void)setMode
:(int)fp8
;
44 - (void)setDelegate
:(id
)fp8
;
46 - (void)setItems
:(id
)fp8
;
48 - (void)setTintColor
:(id
)fp8
;
49 - (void)setSelectedItem
:(id
)fp8
;
51 - (void)_sendAction
:(id
)fp8 withEvent
:(id
)fp12
;
52 - (void)setItems
:(id
)fp8 animated
:(BOOL
)fp12
;
53 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
55 - (void)setBounds
:(struct CGRect
)fp8
;
56 - (void)layoutSubviews
;
57 - (void)beginCustomizingItems
:(id
)fp8
;
58 - (BOOL
)endCustomizingAnimated
:(BOOL
)fp8
;
59 - (BOOL
)isCustomizing
;