Index: test/ios/extension/ExtensionContainer/AppDelegate.h |
diff --git a/test/ios/extension/ExtensionContainer/AppDelegate.h b/test/ios/extension/ExtensionContainer/AppDelegate.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..21f52d1c54481f7545a27f47248fbd61a683a2f7 |
--- /dev/null |
+++ b/test/ios/extension/ExtensionContainer/AppDelegate.h |
@@ -0,0 +1,17 @@ |
+// |
+// AppDelegate.h |
+// ExtensionContainer |
+// |
+// Created by Olivier Robin on 6/27/14. |
+// Copyright (c) 2014 Olivier Robin. All rights reserved. |
+// |
+ |
+#import <UIKit/UIKit.h> |
+ |
+@interface AppDelegate : UIResponder <UIApplicationDelegate> |
+ |
+@property (strong, nonatomic) UIWindow *window; |
+ |
+ |
+@end |
+ |