]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKProgressBar.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKProgressBar.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 "UIView.h"
8
9 @class UIImageView;
10
11 @interface CKProgressBar : UIView
12 {
13 UIImageView *_well;
14 UIImageView *_fill;
15 float _progressValue;
16 }
17
18 + (float)defaultHeight;
19 + (float)_minFillWidth;
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (void)dealloc;
22 - (void)layoutSubviews;
23 - (void)setProgressValue:(float)fp8;
24 - (void)_setupFillFrame;
25 - (float)progressValue;
26
27 @end
28