// // // iOSGLEssentials // // Copied from the Apple GLEssentials // // @import Cocoa; @class GLEssentialsGLView; @interface GLEssentialsWindowController : NSWindowController { IBOutlet GLEssentialsGLView *view; } @end