]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBWiFiSignalStrength.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBWiFiSignalStrength.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 "UIImageView.h"
8
9 @interface SBWiFiSignalStrength : UIImageView
10 {
11 int _bars;
12 int _rawStrength;
13 BOOL _hilited;
14 BOOL _selected;
15 BOOL _secure;
16 BOOL _joining;
17 UIImageView *_icon;
18 }
19
20 + (void)hideSpinner;
21 - (void)setSpinnerHilited:(BOOL)fp8;
22 - (id)initWithFrame:(struct CGRect)fp8 inView:(id)fp24;
23 - (void)dealloc;
24 - (BOOL)joining;
25 - (void)setJoining:(BOOL)fp8;
26 - (void)updateStrength:(id)fp8;
27 - (BOOL)selected;
28 - (void)hide;
29 - (void)setSelected:(BOOL)fp8;
30 - (BOOL)hilited;
31 - (void)setHilited:(BOOL)fp8;
32 - (BOOL)secure;
33 - (void)setSecure:(BOOL)fp8;
34 - (void)updateImage;
35
36 @end
37