summaryrefslogtreecommitdiffstats
path: root/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m')
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m27
1 files changed, 27 insertions, 0 deletions
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m
new file mode 100644
index 000000000..b4d9c73d4
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m
@@ -0,0 +1,27 @@
+//
+// ViewController.m
+// GeckoEmbed
+//
+// Created by Ted Mielczarek on 3/2/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#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