]>
git.saurik.com Git - cydia.git/blob - UICaboodle/RVPage.h
3 #import <UIKit/UIKit.h>
8 @interface RVPage
: UIView
{
9 _transient RVBook
*book_
;
10 _transient id delegate_
;
14 - (NSString
*) backButtonTitle
;
15 - (NSString
*) rightButtonTitle
;
16 - (NSString
*) leftButtonTitle
;
17 - (UIView
*) accessoryView
;
19 - (UINavigationButtonStyle
) leftButtonStyle
;
20 - (UINavigationButtonStyle
) rightButtonStyle
;
22 - (void) _rightButtonClicked
;
23 - (void) _leftButtonClicked
;
25 - (void) setPageActive
:(BOOL
)active
;
26 - (void) resetViewAnimated
:(BOOL
)animated
;
28 - (void) setBackButtonTitle
:(NSString
*)title
;
30 - (void) reloadButtons
;
33 - (id
) initWithBook
:(RVBook
*)book
;
35 - (void) setDelegate
:(id
)delegate
;