]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBStatusBarBluetoothView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBStatusBarBluetoothView.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 "SBStatusBarContentView.h"
8
9 @class UIImage, UIImageView;
10
11 @interface SBStatusBarBluetoothView : SBStatusBarContentView
12 {
13 UIImage *_icon;
14 BOOL _animating;
15 UIImageView *_activeView;
16 UIImageView *_baseLayer;
17 BOOL _isStarted;
18 }
19
20 + (void)initialize;
21 - (id)icon;
22 - (id)init;
23 - (int)_effectiveMode;
24 - (void)_setupActiveView;
25 - (int)btStatus;
26 - (void)_btStatusChanged:(id)fp8;
27 - (void)_btDeviceConnected;
28 - (void)_btConnectionStatusChanged:(id)fp8;
29 - (void)_btDeviceDisconnected:(id)fp8;
30 - (void)animationDidStop:(id)fp8;
31 - (void)_start;
32 - (void)_btPowerPrefChanged:(id)fp8;
33 - (void)start;
34 - (void)stop;
35 - (void)dealloc;
36
37 @end
38