diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-02 08:46:28 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:34 -0800 |
commit | 297566744d63fffb6f2023cd58de7d4b0300a95f (patch) | |
tree | e754c81bf752a149b52f5b6932aa7280adfa94f6 /CyteKit/WebViewController.h | |
parent | d53628b6a4db45ae954921570124a646e027b086 (diff) |
Fit ManageController to CyteWebViewController {custom,right}Button API.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index d2f9fb5..db40a1c 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -125,6 +125,7 @@ - (void) customButtonClicked; - (void) applyRightButton; +- (UIBarButtonItem *) customButton; - (UIBarButtonItem *) rightButton; - (void) _didStartLoading; |