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/UIControl.h>
9 @
class UILabel
, UITabBarButtonBadge
, UITabBarSelectionIndicatorView
, UIView
;
11 @interface UITabBarButton
: UIControl
13 struct CGRect _hitRect
;
16 UITabBarButtonBadge
*_badge
;
17 UITabBarSelectionIndicatorView
*_selectedIndicator
;
21 CDAnonymousStruct2 _infoInsets
;
24 + (id
)_defaultLabelFont
;
25 + (id
)_defaultLabelColor
;
26 + (id
)_donePushButton
;
27 - (id
)initWithImage
:(id
)fp8 selectedImage
:(id
)fp12 label
:(id
)fp16 withInsets
:(CDAnonymousStruct2
)fp20
;
29 - (void)setImage
:(id
)fp8
;
30 - (void)_setTabBarHitRect
:(struct CGRect
)fp8
;
31 - (struct CGRect
)_tabBarHitRect
;
32 - (void)_showSelectedIndicator
:(BOOL
)fp8 changeSelection
:(BOOL
)fp12
;
33 - (void)_setSelected
:(BOOL
)fp8
;
34 - (void)_positionBadge
;
35 - (void)setFrame
:(struct CGRect
)fp8
;
36 - (void)_setBadgeValue
:(id
)fp8
;
37 - (void)_badgeAnimationDidStop
:(id
)fp8 finished
:(id
)fp12
;
38 - (void)_setBadgeAnimated
:(BOOL
)fp8
;
39 - (void)setEnabled
:(BOOL
)fp8
;
40 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
41 - (BOOL
)pointInside
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
42 - (void)layoutSubviews
;
43 - (void)_setOn
:(BOOL
)fp8
;
45 - (void)_setBarHeight
:(float)fp8
;
46 - (BOOL
)_useBarHeight
;