1 2 3 4 5
@interface AppDelegate : NSObject <NSApplicationDelegate> @property (nonatomic, assign) IBOutlet NSWindow *window; @end