]> git.saurik.com Git - cydia.git/blob - UICaboodle/RVPage.h
self isn't even initialized, why are we trying to get our own view?
[cydia.git] / UICaboodle / RVPage.h
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