diff options
Diffstat (limited to 'Drawing/Drawing/ViewController.m')
| -rw-r--r-- | Drawing/Drawing/ViewController.m | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Drawing/Drawing/ViewController.m b/Drawing/Drawing/ViewController.m new file mode 100644 index 0000000..7f3f835 --- /dev/null +++ b/Drawing/Drawing/ViewController.m @@ -0,0 +1,29 @@ +// +// ViewController.m +// Drawing +// +// Created by mo khan on 2013-06-10. +// 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 |
