diff options
Diffstat (limited to 'CyteKit/CyteWebView.h')
-rw-r--r-- | CyteKit/CyteWebView.h | 1 |
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 |