Index: test/ios/swift-wmo/AppDelegate.h |
diff --git a/test/ios/swift-wmo/AppDelegate.h b/test/ios/swift-wmo/AppDelegate.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..09caeb597c4d7994e5aa809581013f39ec47aa07 |
--- /dev/null |
+++ b/test/ios/swift-wmo/AppDelegate.h |
@@ -0,0 +1,8 @@ |
+#import <UIKit/UIKit.h> |
+ |
+@interface AppDelegate : UIResponder <UIApplicationDelegate> |
+ |
+@property(strong, nonatomic) UIWindow* window; |
+ |
+@end |
+ |