]> git.saurik.com Git - apple/security.git/blob - Keychain/AppDelegate.h
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / AppDelegate.h
1 //
2 // AppDelegate.h
3 // Keychain
4 //
5 // Created by john on 10/22/12.
6 //
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface AppDelegate : UIResponder <UIApplicationDelegate>
12
13 @property (strong, nonatomic) UIWindow *window;
14
15 @end