diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-04 15:56:07 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:36 -0800 |
commit | 8ea7249140d2c49f8008e60ef8dd287d23d29124 (patch) | |
tree | 4ad3d5d4f144448bedbc36d7519c49021a5fe130 /iPhonePrivate.h | |
parent | 9eae15b8f95d97da332e42847cc340894dbcc1c4 (diff) |
When possible, use openURL:asPanel for _openMailToURL:.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index ea0fe34..fdcb147 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -200,6 +200,7 @@ typedef enum { - (void) applicationWillResignActive:(UIApplication *)application; - (void) applicationWillSuspend; - (void) launchApplicationWithIdentifier:(NSString *)identifier suspended:(BOOL)suspended; +- (void) openURL:(NSURL *)url asPanel:(BOOL)panel; - (void) setStatusBarShowsProgress:(BOOL)shows; - (void) _setSuspended:(BOOL)suspended; - (void) terminateWithSuccess; |