]> git.saurik.com Git - cydia.git/commitdiff
Support showFromBarButtonItem:animated: with iPhonePrivate(iPad).
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 17 Oct 2010 20:16:20 +0000 (13:16 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 17 Oct 2010 20:16:20 +0000 (13:16 -0700)
iPhonePrivate.h

index 11c0028a4a3e2c58836ecea5708a376cbdbef9d3..678b8b62054f7f15e6b00ad1bd0c2fedc459c394 100644 (file)
@@ -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