aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests-ios/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-03-29 20:03:14 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-03-29 20:03:14 -0700
commitc51a8a2b44e6934de9d45d74ddec4b70b00f1abb (patch)
treeeec1e324fa1384f054aa8f73a52ec11c1e9dc396 /tests-ios/AppDelegate.h
parent8adf0c2d16d1567ff830bf72460cb75deb7eb022 (diff)
Build for iOS.
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