summaryrefslogtreecommitdiff
path: root/deps/gyp/test/ios/watch/WatchContainer/ViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/ios/watch/WatchContainer/ViewController.m')
-rw-r--r--deps/gyp/test/ios/watch/WatchContainer/ViewController.m24
1 files changed, 24 insertions, 0 deletions
diff --git a/deps/gyp/test/ios/watch/WatchContainer/ViewController.m b/deps/gyp/test/ios/watch/WatchContainer/ViewController.m
new file mode 100644
index 0000000000..3810fa9cba
--- /dev/null
+++ b/deps/gyp/test/ios/watch/WatchContainer/ViewController.m
@@ -0,0 +1,24 @@
+// Copyright (c) 2014 Google Inc. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#import "ViewController.h"
+
+@interface ViewController ()
+
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+ [super viewDidLoad];
+ // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning {
+ [super didReceiveMemoryWarning];
+ // Dispose of any resources that can be recreated.
+}
+
+@end