]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Rename CGColor to CYColor: this mechanism should probably just be removed.
[cydia.git] / UICaboodle / BrowserView.h
index 23be6317a91438c7400f275efe1977abd26bb02b..d77430913395b38480b34f84edc3737367767f76 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>
 @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_;