diff options
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 0954b38..76bdd82 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -46,7 +46,7 @@ #include <UIKit/UIKit.h> #include <MessageUI/MessageUI.h> -#include <CydiaSubstrate/CydiaSubstrate.h> +#include <Menes/ObjectHandle.h> @class IndirectDelegate; @@ -62,11 +62,11 @@ MFMailComposeViewControllerDelegate, UIWebViewDelegate > { - _transient CyteWebView *webview_; + _H<CyteWebView, 1> webview_; _transient UIScrollView *scroller_; _H<UIActivityIndicatorView> indicator_; - _H<IndirectDelegate> indirect_; + _H<IndirectDelegate, 1> indirect_; _H<NSURLAuthenticationChallenge> challenge_; bool error_; |