#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