]>
Commit | Line | Data |
---|---|---|
2cd8f71b 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 <UIKit/UIView.h> | |
8 | ||
9 | @class UIImageView, UILabel, UIProgressIndicator, UIWindow; | |
10 | ||
11 | @interface UIProgressHUD : UIView | |
12 | { | |
13 | UIProgressIndicator *_progressIndicator; | |
14 | UILabel *_progressMessage; | |
15 | UIImageView *_doneView; | |
16 | UIWindow *_parentWindow; | |
17 | struct { | |
18 | unsigned int isShowing:1; | |
19 | unsigned int isShowingText:1; | |
20 | unsigned int fixedFrame:1; | |
21 | unsigned int reserved:30; | |
22 | } _progressHUDFlags; | |
23 | } | |
24 | ||
25 | - (id)_progressIndicator; | |
26 | - (id)initWithFrame:(struct CGRect)fp8; | |
27 | - (void)setText:(id)fp8; | |
28 | - (void)setShowsText:(BOOL)fp8; | |
29 | - (void)setFontSize:(int)fp8; | |
30 | - (void)drawRect:(struct CGRect)fp8; | |
31 | - (void)layoutSubviews; | |
32 | - (void)showInView:(id)fp8; | |
33 | - (void)hide; | |
34 | - (void)done; | |
35 | - (void)dealloc; | |
36 | ||
37 | @end | |
38 |