]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBStatusBarProgressView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBStatusBarProgressView.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 UIProgressIndicator;
10
11 @interface SBStatusBarProgressView : SBStatusBarContentView
12 {
13 UIProgressIndicator *_progressIndicator;
14 BOOL _wasLastUsingASlowConnection;
15 }
16
17 - (id)init;
18 - (void)dealloc;
19 - (void)dataConnectionTypeChanged;
20 - (void)start;
21 - (void)stop;
22 - (void)progressChanged;
23
24 @end
25