]> git.saurik.com Git - cydia.git/blob - UICaboodle/RVBook.h
Untested (not even compiled), renamed to BrowserController and fixed buttons.
[cydia.git] / UICaboodle / RVBook.h
1 #import <UICaboodle/UCPlatform.h>
2
3 #import <UIKit/UIKit.h>
4
5 @interface UCNavigationController : UINavigationController {
6 id hook_;
7 }
8 - (void) setHook:(id)hook;
9 @end
10
11