LightTable/AppDelegate.m
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
This is the boiler plate app delegate. |
*/ |
#import "AppDelegate.h" |
@implementation AppDelegate |
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification { |
// Insert code here to initialize your application |
} |
- (void)applicationWillTerminate:(NSNotification *)aNotification { |
// Insert code here to tear down your application |
} |
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender { |
return YES; |
} |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-08-17