]>
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/UIView.h> | |
8 | ||
9 | @class UIToolbar; | |
10 | ||
11 | @interface UISwappableImageView : UIView | |
12 | { | |
13 | id _value; | |
14 | id _alternate; | |
15 | BOOL _showAlternate; | |
16 | BOOL _flipped; | |
17 | BOOL _updateImage; | |
18 | BOOL _bezel; | |
19 | int _bezelStyle; | |
20 | int _currentAnimation; | |
21 | UIToolbar *_buttonBar; | |
22 | int _buttonTag; | |
23 | } | |
24 | ||
25 | - (id)initWithImage:(id)fp8 alternateImage:(id)fp12 barStyle:(int)fp16 tintColor:(id)fp20 bezel:(BOOL)fp24; | |
26 | - (void)dealloc; | |
27 | - (void)setBezelStyleForBarStyle:(int)fp8 tintColor:(id)fp12; | |
28 | - (void)updateImageIfNeeded; | |
29 | - (void)showAlternateImage:(BOOL)fp8; | |
30 | - (void)setFlipped:(BOOL)fp8; | |
31 | - (void)animateImage:(float)fp8 withButtonBar:(id)fp12 withTag:(int)fp16; | |
32 | - (void)animationDidStop:(id)fp8 finished:(BOOL)fp12; | |
33 | - (void)setImage:(id)fp8; | |
34 | ||
35 | @end | |
36 |