3 #import <Foundation/Foundation.h>
4 #import <UIKit/UIKit.h>
8 @implementation UCViewController
9 - (void)setDelegate:(id)delegate {
12 - (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
13 return NO; /* XXX: return YES; */