summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-08 13:23:39 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 13:31:59 -0800
commit6f837280343c42bde0eff1ec9007127f4eb15b4c (patch)
tree0959646e67c4c5edcbb79ac60b4d8da5efd87796 /CyteKit/WebViewController.h
parent67dd58c7b061d339b70f5fa0f9badc427b1b863f (diff)
Use loadView/releaseSubviews for CyteWebViewController.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h2
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;