]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.mm
Use actual types for fields rather than id (UISwitch and *TabBarController).
[cydia.git] / UICaboodle / RVPage.mm
CommitLineData
77f175ac
JF
1#import "RVPage.h"
2
3#import <Foundation/Foundation.h>
20b8724d 4#import <UIKit/UIKit.h>
77f175ac
JF
5
6#import "RVBook.h"
7
881fe77f 8@implementation CYViewController
9ae52960 9- (void)setDelegate:(id)delegate {
f99f86e2 10 delegate_ = delegate;
77f175ac 11}
77f175ac
JF
12- (void) reloadData {
13}
0efe9812 14@end