]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Remove obsolete make.sh.
[cydia.git] / UICaboodle / BrowserView.h
index 636405c81893158420bd59011fe697d4aa25add5..1d87d6146ccf5310aac59520f5edfada48eac5ca 100644 (file)
@@ -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_;
 
 - (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;