]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBResetProgressView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBResetProgressView.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 "UIView.h"
8
9@class UIBezierPath, UIColor;
10
11@interface SBResetProgressView : UIView
12{
13 UIColor *_progressColor;
14 UIBezierPath *_path;
15 float _resetProgress;
16}
17
18+ (struct CGSize)defaultSize;
19- (void)dealloc;
20- (void)setResetProgress:(float)fp8;
21- (id)_outlinePath;
22- (id)_progressColor;
23- (void)drawRect:(struct CGRect)fp8;
24
25@end
26