1 2 3 4 5 6 7
#import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> { NSWindow *_window; NSTextView *_text_view; } @end