]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.mm
I am perpetually impressed with the abilities of the default repositories to misspell...
[cydia.git] / UICaboodle / RVPage.mm
CommitLineData
7e9a36b6
JF
1#import "RVPage.h"
2
3#import <Foundation/Foundation.h>
facbc56d 4#import <UIKit/UIKit.h>
7e9a36b6
JF
5
6#import "RVBook.h"
7
9b623dac 8@implementation CYViewController
27afbbfc 9- (void) setDelegate:(id)delegate {
bc11cf5b 10 delegate_ = delegate;
7e9a36b6 11}
7e9a36b6
JF
12- (void) reloadData {
13}
27afbbfc 14- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
5e565049 15 return (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad || orientation == UIInterfaceOrientationPortrait);
d817e4de
GP
16}
17@end