Index: test/ios/xctests/App/ViewController.m |
diff --git a/test/ios/xctests/App/ViewController.m b/test/ios/xctests/App/ViewController.m |
new file mode 100644 |
index 0000000000000000000000000000000000000000..87e2acbb3fbb05a275c3bc1df182daeb5dd515da |
--- /dev/null |
+++ b/test/ios/xctests/App/ViewController.m |
@@ -0,0 +1,17 @@ |
+#import "ViewController.h" |
+ |
+@interface ViewController () |
+ |
+@end |
+ |
+@implementation ViewController |
+ |
+- (void)viewDidLoad { |
+ [super viewDidLoad]; |
+} |
+ |
+- (void)didReceiveMemoryWarning { |
+ [super didReceiveMemoryWarning]; |
+} |
+ |
+@end |