]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/AppDelegate.h
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / AppDelegate.h
diff --git a/Keychain/AppDelegate.h b/Keychain/AppDelegate.h
new file mode 100644 (file)
index 0000000..899f834
--- /dev/null
@@ -0,0 +1,15 @@
+//
+//  AppDelegate.h
+//  Keychain
+//
+//  Created by john on 10/22/12.
+//
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end