1 2 3 4 5 6 7 8 9 10
#import <UICaboodle/UCPlatform.h> #import <UIKit/UIKit.h> @interface UCViewController : UIViewController { id delegate_; } - (void)setDelegate:(id)delegate; @end