]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UITabBar.h> | |
8 | ||
9 | @interface UITabBar (UITabBarPrivate) | |
10 | + (float)defaultHeightForBarSize:(int)fp8; | |
11 | - (void)_tabBarFinishedAnimating; | |
12 | - (void)dismissCustomizeSheet:(BOOL)fp8; | |
13 | - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16; | |
14 | - (void)touchesBegan:(id)fp8 withEvent:(id)fp12; | |
15 | - (void)touchesMoved:(id)fp8 withEvent:(id)fp12; | |
16 | - (void)touchesEnded:(id)fp8 withEvent:(id)fp12; | |
17 | - (void)setBadgeValue:(id)fp8 forButton:(int)fp12; | |
18 | - (void)setBadgeGlyph:(id)fp8 forButton:(int)fp12; | |
19 | - (void)setBadgeAnimated:(BOOL)fp8 forButton:(int)fp12; | |
20 | - (BOOL)onStateForButton:(int)fp8; | |
21 | - (void)setOnStateForButton:(BOOL)fp8 forButton:(int)fp12; | |
22 | - (void)setFrame:(struct CGRect)fp8; | |
23 | - (void)drawRect:(struct CGRect)fp8; | |
24 | - (id)buttonItems; | |
25 | - (void)setButtonItems:(id)fp8; | |
26 | @end | |
27 |