]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVPage.h
self isn't even initialized, why are we trying to get our own view?
[cydia.git] / UICaboodle / RVPage.h
index 7aebba2db5fe6003c5492c526b183f9f2493ebf3..270c248fbf298928f5ef31f3de4293addcecb94b 100644 (file)
@@ -2,38 +2,9 @@
 
 #import <UIKit/UIKit.h>
 
-@class NSString;
-@class RVBook;
-
-@interface RVPage : UIView {
-    _transient RVBook *book_;
-    _transient id delegate_;
+@interface UCViewController : UIViewController {
+       id delegate_; 
 }
-
-- (NSString *) title;
-- (NSString *) backButtonTitle;
-- (id) rightButtonTitle;
-- (NSString *) leftButtonTitle;
-- (UIView *) accessoryView;
-
-- (UIImage *) rightButtonImage;
-
-- (UINavigationButtonStyle) leftButtonStyle;
-- (UINavigationButtonStyle) rightButtonStyle;
-
-- (void) _rightButtonClicked;
-- (void) _leftButtonClicked;
-
-- (void) setPageActive:(BOOL)active;
-- (void) resetViewAnimated:(BOOL)animated;
-
-- (void) setBackButtonTitle:(NSString *)title;
-
-- (void) reloadButtons;
-- (void) reloadData;
-
-- (id) initWithBook:(RVBook *)book;
-
-- (void) setDelegate:(id)delegate;
-
+- (void)setDelegate:(id)delegate;
 @end
+