#import "RVBook.h"
-@implementation UCViewController
-- (void)setDelegate:(id)delegate {
+@implementation CYViewController
+- (void) setDelegate:(id)delegate {
delegate_ = delegate;
}
- (void) reloadData {
}
-@end
\ No newline at end of file
+- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
+ return (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad || orientation == UIInterfaceOrientationPortrait);
+}
+@end