]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.0/SBDownloadingProgressBar.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBDownloadingProgressBar.h
CommitLineData
298474e0
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 "UIImageView.h"
8
9@interface SBDownloadingProgressBar : UIImageView
10{
11 UIImageView *_clipView;
12 UIImageView *_fillView;
13 float _progress;
14}
15
16+ (float)defaultHeight;
17- (id)initWithFrame:(struct CGRect)fp8;
18- (void)dealloc;
19- (id)trackImage;
20- (id)fillImage;
21- (void)setProgress:(float)fp8;
22- (float)progress;
23- (void)updateFill;
24
25@end
26