summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-08-19 11:24:01 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:24 +0000
commit7d2ac47f3369cf198f78970363f0f31bd3cd44ee (patch)
tree440a777ee279b5055ba4714942a1352217bf68f9 /UICaboodle/BrowserView.h
parenta954357579aa1fc2d03610d97d30a09156af7276 (diff)
Added custom depictions and better webview support.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 7c6cc50..caafaa5 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -37,4 +37,6 @@
- (id) initWithBook:(RVBook *)book database:(Database *)database;
+- (void) webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
+
@end