]> git.saurik.com Git - apple/security.git/blob - KeychainEntitledTestApp_mac/AppDelegate.m
Security-59306.101.1.tar.gz
[apple/security.git] / KeychainEntitledTestApp_mac / AppDelegate.m
1 //
2 // AppDelegate.m
3 // KeychainEntitledTestApp_mac
4 //
5 // Copyright (c) 2017 Apple Inc. All rights reserved.
6 //
7 //
8
9 #import "AppDelegate.h"
10
11 @interface AppDelegate ()
12
13 @end
14
15 @implementation AppDelegate
16
17 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
18 // Insert code here to initialize your application
19 }
20
21
22 - (void)applicationWillTerminate:(NSNotification *)aNotification {
23 // Insert code here to tear down your application
24 }
25
26
27 @end