summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-04 15:56:31 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:36 -0800
commit2b2a4e33d2693923b46834ca3072b69d7348f790 (patch)
tree0abeccedc137e511e7b3870fe712154e5142c14a /CyteKit/WebViewController.h
parent8ea7249140d2c49f8008e60ef8dd287d23d29124 (diff)
When possible, use MFMailComposeViewController for _openMailToURL:.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index c1ec1ee..89ebe61 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -44,6 +44,7 @@
#include "CyteKit/WebView.h"
#include <UIKit/UIKit.h>
+#include <MessageUI/MessageUI.h>
#include <CydiaSubstrate/CydiaSubstrate.h>
@@ -58,6 +59,7 @@
@interface CyteWebViewController : CyteViewController <
CyteWebViewDelegate,
+ MFMailComposeViewControllerDelegate,
UIWebViewDelegate
> {
_transient CyteWebView *webview_;