Index: test/ios/swift-wmo/MySecondSwiftClass.swift |
diff --git a/test/ios/swift-wmo/MySecondSwiftClass.swift b/test/ios/swift-wmo/MySecondSwiftClass.swift |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4bcc6be6d075550d3c54f0c04b059539f72d3ea1 |
--- /dev/null |
+++ b/test/ios/swift-wmo/MySecondSwiftClass.swift |
@@ -0,0 +1,4 @@ |
+import Foundation |
+ |
+public class MySecondSwiftClass : NSObject { |
+} |