aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests-ios/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests-ios/AppDelegate.h')
-rw-r--r--tests-ios/AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests-ios/AppDelegate.h b/tests-ios/AppDelegate.h
new file mode 100644
index 00000000..6bf4f082
--- /dev/null
+++ b/tests-ios/AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// AppDelegate.h
+// test ios
+//
+// Created by DINH Viêt Hoà on 3/29/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end