diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-03 13:09:55 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:35 -0800 |
commit | e6124cb6861825f588b0cf7be198ea35b5b730ba (patch) | |
tree | 9441a0174cecbb1681052b1a59ad70ef7fd7ac90 /CyteKit/WebViewController.h | |
parent | 6ffdaae37da1b4c63d067805fc279ef5cbe847e5 (diff) |
Provide -[CyteWebViewController leftButton] API.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 3 |
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; |