summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-03 13:09:55 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:35 -0800
commite6124cb6861825f588b0cf7be198ea35b5b730ba (patch)
tree9441a0174cecbb1681052b1a59ad70ef7fd7ac90 /CyteKit/WebViewController.h
parent6ffdaae37da1b4c63d067805fc279ef5cbe847e5 (diff)
Provide -[CyteWebViewController leftButton] API.
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 db40a1c..c1ec1ee 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -128,6 +128,9 @@
- (UIBarButtonItem *) customButton;
- (UIBarButtonItem *) rightButton;
+- (void) applyLeftButton;
+- (UIBarButtonItem *) leftButton;
+
- (void) _didStartLoading;
- (void) _didFinishLoading;