]> git.saurik.com Git - cydia.git/blame_incremental - UICaboodle/RVBook.h
Use a static value for the width of the confirm prompt to prevent it from scrolling...
[cydia.git] / UICaboodle / RVBook.h
... / ...
CommitLineData
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