Move project around

This commit is contained in:
Douglas Bumby
2015-07-12 12:06:13 +01:00
parent f4119f3723
commit 3a07e9888d
97 changed files with 0 additions and 8317 deletions
+27
View File
@@ -0,0 +1,27 @@
//
// ViewController.m
// Example
//
// Created by Douglas Bumby on 2015-07-11.
// Copyright (c) 2015 Cosmic Labs. 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