//go:build darwin #ifndef appdelegate_h #define appdelegate_h #import @interface AppDelegate : NSObject @property bool shouldTerminateWhenLastWindowClosed; - (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app; @end #endif