]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.h
Added icon for the sources tab on the iPad.
[cydia.git] / UICaboodle / RVPage.h
CommitLineData
3cb572d2 1#import <UICaboodle/UCPlatform.h>
77f175ac 2
20b8724d 3#import <UIKit/UIKit.h>
faf4eb4f 4
881fe77f 5@interface CYViewController : UIViewController {
f99f86e2 6 id delegate_;
77f175ac 7}
9ae52960 8- (void)setDelegate:(id)delegate;
1e4922b8 9- (void) reloadData;
77f175ac 10@end
9ae52960 11