]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.h
Use pngcrush to crush the images as we build the package.
[cydia.git] / UICaboodle / RVPage.h
CommitLineData
275d8115 1#import <UICaboodle/UCPlatform.h>
7e9a36b6 2
facbc56d 3#import <UIKit/UIKit.h>
7b0ce2da 4
9b623dac 5@interface CYViewController : UIViewController {
bc11cf5b 6 id delegate_;
7e9a36b6 7}
b5e7eebb 8- (void)setDelegate:(id)delegate;
c21004b9 9- (void) reloadData;
7e9a36b6 10@end
b5e7eebb 11