]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIProgressView.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIProgressView.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 <UIKit/UIView.h>
8
9 @interface UIProgressView : UIView <NSCoding>
10 {
11 int _progressViewStyle;
12 float _progress;
13 }
14
15 + (struct CGSize)defaultSize;
16 + (void)_loadResourcesForStyle:(int)fp8;
17 - (id)initWithFrame:(struct CGRect)fp8;
18 - (id)initWithProgressViewStyle:(int)fp8;
19 - (id)initWithCoder:(id)fp8;
20 - (void)encodeWithCoder:(id)fp8;
21 - (void)setProgressViewStyle:(int)fp8;
22 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
23 - (void)drawOverlayProgressView:(struct CGRect)fp8;
24 - (void)drawProgressView:(struct CGRect)fp8;
25 - (void)drawRect:(struct CGRect)fp8;
26 - (void)setProgress:(float)fp8;
27 - (float)progress;
28 - (int)progressViewStyle;
29
30 @end
31