summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
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_;