]> git.saurik.com Git - cydia.git/blob - UICaboodle/RVPage.h
One last fix for the new Settings panel -- actually save the settings (um yeah).
[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