X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/9ae52960705f60e7a3fb9b32801184d7b72317b0..ac9805be2eac3f3c014dccdfca1f318276db4165:/UICaboodle/RVPage.mm diff --git a/UICaboodle/RVPage.mm b/UICaboodle/RVPage.mm index 932b45ee..8c702d30 100644 --- a/UICaboodle/RVPage.mm +++ b/UICaboodle/RVPage.mm @@ -5,13 +5,10 @@ #import "RVBook.h" -@implementation UCViewController +@implementation CYViewController - (void)setDelegate:(id)delegate { - delegate_ = delegate; -} -- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation { - return NO; /* XXX: return YES; */ + delegate_ = delegate; } - (void) reloadData { } -@end +@end \ No newline at end of file