]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.h
Commit (chpwn): tabs-to-spaces-and-fixed-refresh-bar.patch
[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