]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIProgressHUD.h
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 @
class UIImageView
, UILabel
, UIProgressIndicator
, UIWindow
;
11 @interface UIProgressHUD
: UIView
13 UIProgressIndicator
*_progressIndicator
;
14 UILabel
*_progressMessage
;
15 UIImageView
*_doneView
;
16 UIWindow
*_parentWindow
;
18 unsigned int isShowing
:1;
19 unsigned int isShowingText
:1;
20 unsigned int fixedFrame
:1;
21 unsigned int reserved
:30;
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
;