]> git.saurik.com Git - cydia.git/blob - UICaboodle/RVPage.mm
Commit (chpwn): uiviewcontroller-final.patch
[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 UCViewController
9 - (void)setDelegate:(id)delegate {
10 delegate_ = delegate;
11 }
12 - (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
13 return NO; /* XXX: return YES; */
14 }
15 - (void) reloadData {
16 }
17 @end