2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @interface UIProgressView
: UIView
<NSCoding
>
11 int _progressViewStyle
;
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
;
28 - (int)progressViewStyle
;