summaryrefslogtreecommitdiff
path: root/UICaboodle/RVBook.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-09-01 15:06:17 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:28 +0000
commitfacbc56de5a9dd53b0ce257f414cf9b9beee2229 (patch)
tree61865058481f39105c72c55ce5e20f859ed656cf /UICaboodle/RVBook.h
parentbaf809427ec626c43618a5337507fc1760338576 (diff)
Porting, webkit stability.
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;