]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.h
When cancelButtonIndex is -1, use the first button's background image for the rest...
[cydia.git] / UICaboodle / RVPage.h
CommitLineData
275d8115 1#import <UICaboodle/UCPlatform.h>
7e9a36b6 2
facbc56d 3#import <UIKit/UIKit.h>
7b0ce2da 4
b5e7eebb
GP
5@interface UCViewController : UIViewController {
6 id delegate_;
7e9a36b6 7}
b5e7eebb 8- (void)setDelegate:(id)delegate;
7e9a36b6 9@end
b5e7eebb 10