diff options
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 99d5572..d2f9fb5 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -123,7 +123,9 @@ - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button; - (void) customButtonClicked; + - (void) applyRightButton; +- (UIBarButtonItem *) rightButton; - (void) _didStartLoading; - (void) _didFinishLoading; |