]> git.saurik.com Git - cydia.git/blame_incremental - UICaboodle/RVPage.h
When cancelButtonIndex is -1, use the first button's background image for the rest...
[cydia.git] / UICaboodle / RVPage.h
... / ...
CommitLineData
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