summaryrefslogtreecommitdiff
path: root/cpp/test/ios/controller/Classes/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/ios/controller/Classes/AppDelegate.h')
-rw-r--r--cpp/test/ios/controller/Classes/AppDelegate.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/test/ios/controller/Classes/AppDelegate.h b/cpp/test/ios/controller/Classes/AppDelegate.h
new file mode 100644
index 00000000000..d5adf138722
--- /dev/null
+++ b/cpp/test/ios/controller/Classes/AppDelegate.h
@@ -0,0 +1,18 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+
+@end
+