--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class UIImageView, UILabel, UIProgressIndicator, UIWindow;
+
+@interface UIProgressHUD : UIView
+{
+ UIProgressIndicator *_progressIndicator;
+ UILabel *_progressMessage;
+ UIImageView *_doneView;
+ UIWindow *_parentWindow;
+ struct {
+ unsigned int isShowing:1;
+ unsigned int isShowingText:1;
+ unsigned int fixedFrame:1;
+ unsigned int reserved:30;
+ } _progressHUDFlags;
+}
+
+- (id)_progressIndicator;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)setText:(id)fp8;
+- (void)setShowsText:(BOOL)fp8;
+- (void)setFontSize:(int)fp8;
+- (void)drawRect:(struct CGRect)fp8;
+- (void)layoutSubviews;
+- (void)showInView:(id)fp8;
+- (void)hide;
+- (void)done;
+- (void)dealloc;
+
+@end
+