#import <UICaboodle/RVPage.h>
-#import <UICaboodle/RVBook.h>
#import <UIKit/UIKit.h>
@interface BrowserController : CYViewController <
CYWebViewDelegate,
- HookProtocol,
UIWebViewDelegate
> {
_transient CYWebView *webview_;
_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;