]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVPage.h
say thank you, comex :P. animation for editing bar button item for sections.
[cydia.git] / UICaboodle / RVPage.h
index 67b73d68744a1fca2286f3ff84b8d797a9c3a422..270c248fbf298928f5ef31f3de4293addcecb94b 100644 (file)
@@ -1,38 +1,10 @@
-#import "UICaboodle.h"
+#import <UICaboodle/UCPlatform.h>
 
 #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;
-- (NSString *) rightButtonTitle;
-- (NSString *) leftButtonTitle;
-- (UIView *) accessoryView;
-
-- (UINavigationButtonStyle) leftButtonStyle;
-- (UINavigationButtonStyle) rightButtonStyle;
-
-- (void) _rightButtonClicked;
-- (void) _leftButtonClicked;
-
-- (void) setPageActive:(BOOL)active;
-- (void) resetViewAnimated:(BOOL)animated;
-
-- (void) setTitle:(NSString *)title;
-- (void) setBackButtonTitle:(NSString *)title;
-
-- (void) reloadButtons;
-- (void) reloadData;
-
-- (id) initWithBook:(RVBook *)book;
-
-- (void) setDelegate:(id)delegate;
-
+- (void)setDelegate:(id)delegate;
 @end
+