AppDelegate.m   [plain text]


//
//  AppDelegate.m
//  KeychainEntitledTestApp_mac
//
//  Copyright (c) 2017 Apple Inc. All rights reserved.
//
//

#import "AppDelegate.h"

@interface AppDelegate ()

@end

@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
}


@end