#import #import #import #import // UIViewController subclass that creates a GosuView and helps it manage rotation. @interface GosuViewController : UIViewController @end // UIView subclass that contains a CAEAGLLayer. @interface GosuView : UIView - (void)drawView; @end