forked from kennytm/iphone-private-frameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBStatusBarBluetoothView.h
42 lines (38 loc) · 1.04 KB
/
SBStatusBarBluetoothView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
* This header is generated by class-dump-z 0.2-1.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "SpringBoard-Structs.h"
#import "SBStatusBarContentView.h"
@class UIImageView, UIImage;
@interface SBStatusBarBluetoothView : SBStatusBarContentView {
UIImage* _icon;
BOOL _animating;
UIImageView* _activeView;
UIImageView* _baseLayer;
BOOL _isStarted;
BOOL _showBluetoothView;
}
// inherited: +(void)initialize;
-(id)icon;
// inherited: -(id)init;
-(int)_effectiveMode;
-(void)_setupActiveView;
-(int)btStatus;
-(void)_btStatusChanged:(id)changed;
-(void)_btDeviceConnected;
-(void)_btConnectionStatusChanged:(id)changed;
-(void)_btDeviceDisconnected:(id)disconnected;
-(void)animationDidStop:(id)animation;
-(void)_start;
-(void)_btPowerPrefChanged:(id)changed;
// inherited: -(void)start;
// inherited: -(void)stop;
// inherited: -(int)priority;
// inherited: -(void)dealloc;
// inherited: -(void)setVisible:(BOOL)visible;
// inherited: -(BOOL)isVisible;
// inherited: -(float)padding;
@end