]> git.saurik.com Git - apple/security.git/blob - KeychainEntitledTestApp_mac/AppDelegate.h
Security-58286.1.32.tar.gz
[apple/security.git] / KeychainEntitledTestApp_mac / AppDelegate.h
1 //
2 // AppDelegate.h
3 // KeychainEntitledTestApp_mac
4 //
5 // Copyright (c) 2017 Apple Inc. All rights reserved.
6 //
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface AppDelegate : NSObject <NSApplicationDelegate>
12
13
14 @end
15