-#import "ResetView.h"
+#import <UICaboodle/RVPage.h>
+#import <UICaboodle/RVBook.h>
+
+#import <UIKit/UIKit.h>
#include <WebKit/DOMNodeList.h>
#include <WebKit/WebFrame.h>
@class IndirectDelegate;
@interface WebScriptObject (UICaboodle)
-- (unsigned) count;
+- (NSUInteger) count;
- (id) objectAtIndex:(unsigned)index;
@end
@protocol BrowserControllerDelegate
-- (UCViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag;
+- (CYViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag;
@end
-@interface BrowserController : UCViewController <
+@interface BrowserController : CYViewController <
HookProtocol
> {
UIScroller *scroller_;
- (bool) allowSensitiveRequests;
- (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button;
+- (void) customButtonClicked;
- (void) applyRightButton;
- (void) _startLoading;
- (void) close;
-@end
\ No newline at end of file
+@end