mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 20:40:33 +08:00
19 lines
254 B
Objective-C
19 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 */
|