summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 01:58:38 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 01:58:38 -0800
commit8c9453daccf787e1bb9cf15dd7df38864e66a568 (patch)
tree47169fbdd7cd0b4c53d93757bdf63520ede60054 /iPhonePrivate.h
parent2925cbba739b54942aecf6e5316c27a021445ae3 (diff)
There is no reason HUDs can't rotate correctly.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index fdcb147..d3fc741 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -61,9 +61,9 @@ typedef enum {
@end
@interface UIProgressHUD : UIView
-- (id) initWithWindow:(UIWindow *)window;
+- (void) hide;
- (void) setText:(NSString *)text;
-- (void) show:(BOOL)show;
+- (void) showInView:(UIView *)view;
@end
@interface UIProgressIndicator : UIView