diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 13:23:39 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 13:31:59 -0800 |
commit | 6f837280343c42bde0eff1ec9007127f4eb15b4c (patch) | |
tree | 0959646e67c4c5edcbb79ac60b4d8da5efd87796 /CyteKit/WebViewController.h | |
parent | 67dd58c7b061d339b70f5fa0f9badc427b1b863f (diff) |
Use loadView/releaseSubviews for CyteWebViewController.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 897a204..b6cd768 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -100,6 +100,8 @@ + (void) _initialize; +- (CyteWebView *) webView; + - (void) setURL:(NSURL *)url; - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; |