]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Merge branch 'master' of saurik.com:cydia
[cydia.git] / UICaboodle / BrowserView.h
index f2b0db87c836a8209b2295e1a399b5d3011ca290..c61fef41a4f8789216c5d9733dc19a4355f0e123 100644 (file)
@@ -1,4 +1,7 @@
-#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