Initial Commit
This commit is contained in:
20
iLyrics/AppDelegate.m
Normal file
20
iLyrics/AppDelegate.m
Normal 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
|
||||
Reference in New Issue
Block a user