diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 05:27:32 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:28 -0800 |
commit | 2e26757e06b229171a086c32f9d91990990726d8 (patch) | |
tree | 7f78b59ccb1e461e1fe5893741e76775d8dab8dc /UICaboodle/BrowserView.h | |
parent | 302bf91cd8a4388360bd4ccb3464e995e90c3235 (diff) |
Remove obsolete cydia.setPopUpHook().
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 636405c..1d87d61 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -1,5 +1,4 @@ #import <UICaboodle/RVPage.h> -#import <UICaboodle/RVBook.h> #import <UIKit/UIKit.h> @@ -61,7 +60,6 @@ @interface BrowserController : CYViewController < CYWebViewDelegate, - HookProtocol, UIWebViewDelegate > { _transient CYWebView *webview_; @@ -84,7 +82,6 @@ _H<NSString> style_; _H<WebScriptObject> function_; - WebScriptObject *closer_; float width_; Class class_; @@ -124,7 +121,6 @@ - (void) setButtonImage:(NSString *)button withStyle:(NSString *)style toFunction:(id)function; - (void) setButtonTitle:(NSString *)button withStyle:(NSString *)style toFunction:(id)function; -- (void) setPopupHook:(id)function; - (void) setHidesNavigationBar:(bool)value; - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button; |