]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITabBarSwappableImageView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITabBarSwappableImageView.h
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/UIView.h>
8
9 @class UITabBar;
10
11 @interface UITabBarSwappableImageView : UIView
12 {
13 id _value;
14 id _alternate;
15 BOOL _showAlternate;
16 BOOL _flipped;
17 int _currentAnimation;
18 UITabBar *_tabBar;
19 int _buttonTag;
20 }
21
22 - (id)initWithImage:(id)fp8 alternateImage:(id)fp12;
23 - (void)dealloc;
24 - (void)setCurrentImage;
25 - (void)showAlternateImage:(BOOL)fp8;
26 - (void)setFlipped:(BOOL)fp8;
27 - (void)animateImage:(float)fp8 withTabBar:(id)fp12 withTag:(int)fp16;
28 - (void)animationDidStop:(id)fp8 finished:(BOOL)fp12;
29
30 @end
31