summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iPhonePrivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 11c0028..678b8b6 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -312,6 +312,10 @@ typedef enum {
@class NSUndoManager;
@class UIPasteboard;
+@interface UIActionSheet (iPad)
+- (void) showFromBarButtonItem:(UIBarButtonItem *)item animated:(BOOL)animated;
+@end
+
@interface UIViewController (iPad)
- (void) setModalPresentationStyle:(UIModalPresentationStyle)style;
@end