// // WindowDelegate.h // test // // Created by Lea Anthony on 10/10/21. // #ifndef WindowDelegate_h #define WindowDelegate_h @interface WindowDelegate : NSObject @property bool hideOnClose; @end #endif /* WindowDelegate_h */