]> git.saurik.com Git - cydia.git/blob - UICaboodle/RVPage.mm
Disabled package view recycling.
[cydia.git] / UICaboodle / RVPage.mm
1 #import "RVPage.h"
2
3 #import <Foundation/Foundation.h>
4 #import <UIKit/UIKit.h>
5
6 #import "RVBook.h"
7
8 @implementation CYViewController
9 - (void)setDelegate:(id)delegate {
10 delegate_ = delegate;
11 }
12 - (void) reloadData {
13 }
14 @end