]>
Commit | Line | Data |
---|---|---|
73c9549b 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 NSString, UIProgressBar; | |
10 | ||
11 | @interface mSMSSendingProgressLayer : UIView | |
12 | { | |
13 | UIProgressBar *_progressLayer; | |
14 | NSString *_displayString; | |
15 | UIView *_partialFailurePane; | |
16 | id _delegate; | |
17 | } | |
18 | ||
19 | - (id)initWithSize:(struct CGSize)fp8; | |
20 | - (void)dealloc; | |
21 | - (void)showPartialFailurePane; | |
22 | - (void)sendPushed; | |
23 | - (void)cancelPushed; | |
24 | - (void)hidePartialFailurePane; | |
25 | - (void)setDelegate:(id)fp8; | |
26 | - (void)setDisplayString:(id)fp8; | |
27 | - (void)setProgress:(float)fp8; | |
28 | - (void)drawRect:(struct CGRect)fp8; | |
29 | ||
30 | @end | |
31 |