summaryrefslogtreecommitdiffstats
path: root/ios/UnitTest/UnitTest/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/UnitTest/UnitTest/AppDelegate.h')
-rw-r--r--ios/UnitTest/UnitTest/AppDelegate.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ios/UnitTest/UnitTest/AppDelegate.h b/ios/UnitTest/UnitTest/AppDelegate.h
new file mode 100644
index 000000000..a0f962c9a
--- /dev/null
+++ b/ios/UnitTest/UnitTest/AppDelegate.h
@@ -0,0 +1,16 @@
+/* -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property(strong, nonatomic) UIWindow* window;
+
+@end