summaryrefslogtreecommitdiff
path: root/UICaboodle/RVBook.h
diff options
context:
space:
mode:
Diffstat (limited to 'UICaboodle/RVBook.h')
-rw-r--r--UICaboodle/RVBook.h4
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;