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

15
iLyrics/AppDelegate.h Normal file
View File

@@ -0,0 +1,15 @@
//
// AppDelegate.h
// iLyrics
//
// Created by Kim Wittenburg on 10.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end