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