diff options
Diffstat (limited to 'iBean/iBean/FirstViewController.m')
-rw-r--r-- | iBean/iBean/FirstViewController.m | 29 |
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 |