Archived
1

Initial Commit

This commit is contained in:
Kim Wittenburg
2012-06-10 16:45:46 +02:00
commit a31765d6b1
9 changed files with 5005 additions and 0 deletions

20
iLyrics/AppDelegate.m Normal file
View File

@@ -0,0 +1,20 @@
//
// AppDelegate.m
// iLyrics
//
// Created by Kim Wittenburg on 10.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "AppDelegate.h"
@implementation AppDelegate
@synthesize window = _window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end