summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-10-17 13:16:20 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-10-17 13:16:20 -0700
commitb2a772833932b8d561568b82ce7c10ef6154fba8 (patch)
treeb37780e23c941d3fc615a8e8689f26eb23837562 /iPhonePrivate.h
parent1f984572dd2382f5a9f7830b0fc396fb4c64ea08 (diff)
Support showFromBarButtonItem:animated: with iPhonePrivate(iPad).
Diffstat (limited to 'iPhonePrivate.h')
-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