diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-25 01:45:43 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-25 01:45:43 -0700 |
commit | 0986566373b389953093642941090ae200bcd6b6 (patch) | |
tree | 121545584e369a810ca88e018786d94218898738 /CyteKit/WebView.h | |
parent | 3cf380678a801294f8fae45b4594682dce224165 (diff) |
Add -[CyteWebView request] 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 c7eeb4b..c9e10c8 100644 --- a/CyteKit/WebView.h +++ b/CyteKit/WebView.h @@ -84,6 +84,7 @@ enum CYWebPolicyDecision { - (void) dispatchEvent:(NSString *)event; - (void) reloadFromOrigin; - (UIScrollView *) scrollView; +- (NSURLRequest *) request; @end |