blob: eabb44c14cc09dbeb0002cfcf148bf5325eb74e5 [file] [log] [blame]
#import "AppDelegate.h"
@implementation AppDelegate
#if TARGET_OS_OSX
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
return YES;
}
#endif
@end