]> git.saurik.com Git - apple/security.git/blob - KeychainEntitledTestApp_ios/AppDelegate.h
Security-58286.240.4.tar.gz
[apple/security.git] / KeychainEntitledTestApp_ios / AppDelegate.h
1 //
2 // AppDelegate.h
3 // KeychainEntitledTestApp_ios
4 //
5 // Copyright (c) 2017 Apple Inc. All rights reserved.
6 //
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface AppDelegate : UIResponder <UIApplicationDelegate>
12
13 @property (strong, nonatomic) UIWindow *window;
14
15
16 @end
17