Sign in
flutter
/
third_party
/
imgui
/
c206a193737811193a0b48ef2d35fe028fa0996e
/
.
/
examples
/
example_apple_metal
/
Shared
/
AppDelegate.m
blob: 6947eb23b48439ea475d571afca4d48423a18382 [
file
] [
log
] [
blame
]
#import "AppDelegate.h"
@implementation
AppDelegate
#if TARGET_OS_OSX
-
(
BOOL
)
applicationShouldTerminateAfterLastWindowClosed
:(
NSApplication
*)
sender
{
return
YES
;
}
#endif
@end