//go:build darwin #ifndef appdelegate_h #define appdelegate_h #import @interface AppDelegate : NSObject @property bool shouldTerminateWhenLastWindowClosed; @end #endif