wails/v2/internal/frontend/desktop/darwin/WindowDelegate.h
2021-10-13 22:01:35 +11:00

18 lines
254 B
Objective-C

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