summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 16:31:51 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 16:31:51 -0700
commit68bd7c60c69be8fbf1d8a5ef7dc8ca62883351a5 (patch)
tree2b429101e03322eabdfa9a3525040ed4e41afbd9 /CyteKit/WebViewController.h
parentb73d8da0dad38d15ca4ec307cacdebbe092dec5b (diff)
Add initWithRequest: to CyteWebViewController.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index 8798803..cb9af97 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -112,7 +112,10 @@
- (void) reloadURL;
- (id) init;
+
- (id) initWithURL:(NSURL *)url;
+- (id) initWithRequest:(NSURLRequest *)request;
+
- (id) initWithWidth:(float)width;
- (id) initWithWidth:(float)width ofClass:(Class)_class;