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
+17
View File
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// Example
//
// Created by Douglas Bumby on 2015-07-11.
// Copyright (c) 2015 Cosmic Labs. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end