// // AppDelegate.h // test // // Created by Lea Anthony on 10/10/21. // #ifndef AppDelegate_h #define AppDelegate_h #import @interface AppDelegate : NSResponder @property bool alwaysOnTop; @property (retain) NSWindow* mainWindow; @end #endif /* AppDelegate_h */