]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVPage.h
OMG, that was a stupid Browser bug.
[cydia.git] / UICaboodle / RVPage.h
index 67b73d68744a1fca2286f3ff84b8d797a9c3a422..18e3dd4c0085868f31adad77abe3add743dfcab8 100644 (file)
@@ -1,4 +1,4 @@
-#import "UICaboodle.h"
+#import <UICaboodle/UCPlatform.h>
 
 #import <UIKit/UIKit.h>
 
 
 #import <UIKit/UIKit.h>
 
 
 - (NSString *) title;
 - (NSString *) backButtonTitle;
 
 - (NSString *) title;
 - (NSString *) backButtonTitle;
-- (NSString *) rightButtonTitle;
+- (id) rightButtonTitle;
 - (NSString *) leftButtonTitle;
 - (UIView *) accessoryView;
 
 - (NSString *) leftButtonTitle;
 - (UIView *) accessoryView;
 
+- (UIImage *) rightButtonImage;
+
 - (UINavigationButtonStyle) leftButtonStyle;
 - (UINavigationButtonStyle) rightButtonStyle;
 
 - (UINavigationButtonStyle) leftButtonStyle;
 - (UINavigationButtonStyle) rightButtonStyle;
 
@@ -25,7 +27,6 @@
 - (void) setPageActive:(BOOL)active;
 - (void) resetViewAnimated:(BOOL)animated;
 
 - (void) setPageActive:(BOOL)active;
 - (void) resetViewAnimated:(BOOL)animated;
 
-- (void) setTitle:(NSString *)title;
 - (void) setBackButtonTitle:(NSString *)title;
 
 - (void) reloadButtons;
 - (void) setBackButtonTitle:(NSString *)title;
 
 - (void) reloadButtons;
@@ -34,5 +35,6 @@
 - (id) initWithBook:(RVBook *)book;
 
 - (void) setDelegate:(id)delegate;
 - (id) initWithBook:(RVBook *)book;
 
 - (void) setDelegate:(id)delegate;
+- (void) setBook:(RVBook *)book;
 
 @end
 
 @end