diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 18:43:43 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 18:43:43 -0700 |
commit | d821ecc1bb06d52d40cd947387eb296aaa82371a (patch) | |
tree | 112de4f50d8f28409bedd1e8cc647b1d90566a5a /CyteKit/WebView.h | |
parent | a68d4636c816f3f70192f55d78fc0ec00b72dd5a (diff) |
Provide -[CyteWebView scrollView] helper.
Diffstat (limited to 'CyteKit/WebView.h')
-rw-r--r-- | CyteKit/WebView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebView.h b/CyteKit/WebView.h index ba2043b..c7eeb4b 100644 --- a/CyteKit/WebView.h +++ b/CyteKit/WebView.h @@ -83,6 +83,7 @@ enum CYWebPolicyDecision { - (id<CyteWebViewDelegate>) delegate; - (void) dispatchEvent:(NSString *)event; - (void) reloadFromOrigin; +- (UIScrollView *) scrollView; @end |