diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-09-01 15:06:17 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:28 +0000 |
commit | facbc56de5a9dd53b0ce257f414cf9b9beee2229 (patch) | |
tree | 61865058481f39105c72c55ce5e20f859ed656cf /UICaboodle/RVBook.h | |
parent | baf809427ec626c43618a5337507fc1760338576 (diff) |
Porting, webkit stability.
Diffstat (limited to 'UICaboodle/RVBook.h')
-rw-r--r-- | UICaboodle/RVBook.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h index 43078fc..8b05185 100644 --- a/UICaboodle/RVBook.h +++ b/UICaboodle/RVBook.h @@ -21,6 +21,8 @@ _transient id delegate_; } +- (UINavigationBar *) navigationBar; + - (id) initWithFrame:(CGRect)frame; - (void) setDelegate:(id)delegate; @@ -29,8 +31,6 @@ - (void) pushPage:(RVPage *)page; - (void) popPages:(unsigned)pages; -- (void) setPrompt:(NSString *)prompt; - - (void) resetViewAnimated:(BOOL)animated; - (void) resetViewAnimated:(BOOL)animated toPage:(RVPage *)page; |