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
, UITabBarItem
;
11 @interface UITabBar
: UIView
13 UIView
*_customizeView
;
14 id
/*XXX:<UITabBarDelegate>*/ _delegate
;
16 UITabBarItem
*_selectedItem
;
17 NSArray
*_customizationItems
;
19 unsigned int roundsCorners
:1;
20 unsigned int alertShown
:1;
21 unsigned int wasEnabled
:1;
22 unsigned int customized
:1;
23 unsigned int downButtonSentAction
:1;
25 NSArray
*_buttonItems
;
26 struct __CFArray
*_hiddenItems
;
29 - (id
)initWithCoder
:(id
)fp8
;
30 - (void)_populateArchivedSubviews
:(id
)fp8
;
31 - (void)encodeWithCoder
:(id
)fp8
;
33 - (void)setItems
:(id
)fp8
;
35 - (void)setSelectedItem
:(id
)fp8
;
37 - (void)_sendAction
:(id
)fp8 withEvent
:(id
)fp12
;
38 - (void)setItems
:(id
)fp8 animated
:(BOOL
)fp12
;
39 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
40 - (void)setBounds
:(struct CGRect
)fp8
;
41 - (void)layoutSubviews
;
42 - (void)beginCustomizingItems
:(id
)fp8
;
43 - (BOOL
)endCustomizingAnimated
:(BOOL
)fp8
;
44 - (BOOL
)isCustomizing
;
46 - (void)setDelegate
:(id
)fp8
;