]> git.saurik.com Git - cydia.git/blob - UICaboodle/RVPage.h
Use a static value for the width of the confirm prompt to prevent it from scrolling...
[cydia.git] / UICaboodle / RVPage.h
1 #import <UICaboodle/UCPlatform.h>
2
3 #import <UIKit/UIKit.h>
4
5 @interface UCViewController : UIViewController {
6 id delegate_;
7 }
8 - (void)setDelegate:(id)delegate;
9 @end
10