diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-14 14:24:21 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-14 14:24:21 -0600 |
| commit | c6cf25e7ef7ea6156ee0c46e2ae37c8eef8932b6 (patch) | |
| tree | e509a6ccff594c0e557defdc98bb8dca55a5b4bf /cakeside-ios/ViewController.m | |
initial commit
Diffstat (limited to 'cakeside-ios/ViewController.m')
| -rw-r--r-- | cakeside-ios/ViewController.m | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/cakeside-ios/ViewController.m b/cakeside-ios/ViewController.m new file mode 100644 index 0000000..13d0034 --- /dev/null +++ b/cakeside-ios/ViewController.m @@ -0,0 +1,29 @@ +// +// ViewController.m +// cakeside-ios +// +// Created by mo khan on 2013-07-14. +// Copyright (c) 2013 mo khan. 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 |
