summaryrefslogtreecommitdiff
path: root/CyteKit/CyteWebView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-28 21:34:18 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:32 -0800
commit4bcafc016a94c555e6a91a1c50c35b201d389e66 (patch)
tree836fdea68e12c9cafb7578d06a3a4bd43be273b0 /CyteKit/CyteWebView.h
parent5276ff21e3ed70bb2c65099fff053e7eac49a936 (diff)
Move -[BrowserController dispatchEvent:] to CYWebView.
Diffstat (limited to 'CyteKit/CyteWebView.h')
-rw-r--r--CyteKit/CyteWebView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/CyteWebView.h b/CyteKit/CyteWebView.h
index 12e47fc..7db1e11 100644
--- a/CyteKit/CyteWebView.h
+++ b/CyteKit/CyteWebView.h
@@ -72,6 +72,7 @@
}
- (id<CYWebViewDelegate>) delegate;
+- (void) dispatchEvent:(NSString *)event;
@end