diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-10-14 09:14:53 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:50 +0000 |
commit | 3160e5f04030dae0a43faf446d8ad663bccc00f0 (patch) | |
tree | ccc6ce836ea613edf03127a3b264fc3bb4a3deed /UICaboodle/RVBook.h | |
parent | 86316a91d38e6a538c28178636bc59f287a4e3a3 (diff) |
Support libraries for recent Cydia changes.
Diffstat (limited to 'UICaboodle/RVBook.h')
-rw-r--r-- | UICaboodle/RVBook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h index 8b05185..d1037b2 100644 --- a/UICaboodle/RVBook.h +++ b/UICaboodle/RVBook.h @@ -34,8 +34,8 @@ - (void) resetViewAnimated:(BOOL)animated; - (void) resetViewAnimated:(BOOL)animated toPage:(RVPage *)page; -- (void) setTitle:(NSString *)title forPage:(RVPage *)page; - (void) setBackButtonTitle:(NSString *)title forPage:(RVPage *)page; +- (void) reloadTitleForPage:(RVPage *)page; - (void) reloadButtonsForPage:(RVPage *)page; - (NSString *) getTitleForPage:(RVPage *)page; |