]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIProgressHUD.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIProgressHUD.h
diff --git a/UIKit/UIProgressHUD.h b/UIKit/UIProgressHUD.h
new file mode 100644 (file)
index 0000000..130f568
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ *     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
+