--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIControl.h>
+
+@class UILabel, UITabBarButtonBadge, UITabBarSelectionIndicatorView, UIView;
+
+@interface UITabBarButton : UIControl
+{
+ struct CGRect _hitRect;
+ UIView *_info;
+ UILabel *_label;
+ UITabBarButtonBadge *_badge;
+ UITabBarSelectionIndicatorView *_selectedIndicator;
+ BOOL _onState;
+ BOOL _barHeight;
+ BOOL _badgeAnimated;
+ CDAnonymousStruct2 _infoInsets;
+}
+
++ (id)_defaultLabelFont;
++ (id)_defaultLabelColor;
++ (id)_donePushButton;
+- (id)initWithImage:(id)fp8 selectedImage:(id)fp12 label:(id)fp16 withInsets:(CDAnonymousStruct2)fp20;
+- (void)dealloc;
+- (void)setImage:(id)fp8;
+- (void)_setTabBarHitRect:(struct CGRect)fp8;
+- (struct CGRect)_tabBarHitRect;
+- (void)_showSelectedIndicator:(BOOL)fp8 changeSelection:(BOOL)fp12;
+- (void)_setSelected:(BOOL)fp8;
+- (void)_positionBadge;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)_setBadgeValue:(id)fp8;
+- (void)_badgeAnimationDidStop:(id)fp8 finished:(id)fp12;
+- (void)_setBadgeAnimated:(BOOL)fp8;
+- (void)setEnabled:(BOOL)fp8;
+- (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+- (BOOL)pointInside:(struct CGPoint)fp8 withEvent:(id)fp16;
+- (void)layoutSubviews;
+- (void)_setOn:(BOOL)fp8;
+- (BOOL)_isOn;
+- (void)_setBarHeight:(float)fp8;
+- (BOOL)_useBarHeight;
+
+@end
+