summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-21 10:53:41 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 10:42:31 +0000
commitb5e7eebb25026afcb8052552a5fedb7984c08a38 (patch)
tree904c8b45935bae94a1d40a3ffe91b8e4e0549573 /UICaboodle/BrowserView.h
parentdf86a2c8189742f00ba09e75b77b6f0cc7eb1824 (diff)
Commit (chpwn): uiviewcontroller-final.patch
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 4d30ef7..69d0bfc 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -40,12 +40,10 @@
@end
@protocol BrowserViewDelegate
-- (RVPage *) pageForURL:(NSURL *)url hasTag:(int *)tag;
+- (UCViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag;
@end
-@interface BrowserView : RVPage <
- RVBookHook
-> {
+@interface BrowserView : UCViewController {
UIScroller *scroller_;
UIWebDocumentView *document_;
UIProgressIndicator *indicator_;
@@ -96,9 +94,9 @@
- (WebView *) webView;
- (UIWebDocumentView *) documentView;
-- (id) initWithBook:(RVBook *)book;
-- (id) initWithBook:(RVBook *)book forWidth:(float)width;
-- (id) initWithBook:(RVBook *)book forWidth:(float)width ofClass:(Class)_class;
+- (id) init;
+- (id) initWithWidth:(float)width;
+- (id) initWithWidth:(float)width ofClass:(Class)_class;
- (NSString *) stringByEvaluatingJavaScriptFromString:(NSString *)script;
- (void) callFunction:(WebScriptObject *)function;
@@ -121,4 +119,4 @@
- (bool) promptForSensitive:(NSString *)name;
- (bool) allowSensitiveRequests;
-@end
+@end \ No newline at end of file