aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean/FirstViewController.m
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2012-12-28 19:54:53 +0100
committerEddie Ehlin <eddiex@eddiex.se>2012-12-28 19:54:53 +0100
commit1ab920d1c14fc513be0333aee4a6f911188e1132 (patch)
tree795e91d412320bd8e9ed2a076e924a549954fe15 /iBean/iBean/FirstViewController.m
downloadiBean-1ab920d1c14fc513be0333aee4a6f911188e1132.tar.gz
iBean-1ab920d1c14fc513be0333aee4a6f911188e1132.zip
Initial commit containing base project
Diffstat (limited to 'iBean/iBean/FirstViewController.m')
-rw-r--r--iBean/iBean/FirstViewController.m29
1 files changed, 29 insertions, 0 deletions
diff --git a/iBean/iBean/FirstViewController.m b/iBean/iBean/FirstViewController.m
new file mode 100644
index 0000000..8041fe7
--- /dev/null
+++ b/iBean/iBean/FirstViewController.m
@@ -0,0 +1,29 @@
+//
+// FirstViewController.m
+// iBean
+//
+// Created by Eddie Ehlin on 2012-12-28.
+// Copyright (c) 2012 Eddie Ehlin. All rights reserved.
+//
+
+#import "FirstViewController.h"
+
+@interface FirstViewController ()
+
+@end
+
+@implementation FirstViewController
+
+- (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