#import @interface AppDelegate : NSObject @property (assign) IBOutlet NSWindow *finestra1; @property (assign) IBOutlet NSWindow *finestra2; - (IBAction) scambiaFinestre: (id) sender; - (BOOL) applicationShouldTerminateAfterLastWindowClosed: (NSApplication *) theApplication; - (void) applicationDidFinishLaunching: (NSNotification *) aNotification; @end