]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKSendingProgressView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / CKSendingProgressView.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 CKProgressBar, UILabel;
10
11 @interface CKSendingProgressView : UIView
12 {
13 CKProgressBar *_sendingProgress;
14 UILabel *_statusLabel;
15 }
16
17 + (struct CGRect)defaultFrame;
18 - (id)initWithFrame:(struct CGRect)fp8;
19 - (void)dealloc;
20 - (void)layoutSubviews;
21 - (void)setStatus:(id)fp8;
22 - (float)progressValue;
23 - (void)setProgressValue:(float)fp8;
24
25 @end
26