Archived
1

Release No. 1.1

Added Auto-Lyrics
Improved the preferences window
This commit is contained in:
Kim Wittenburg
2012-06-17 01:06:46 +02:00
parent e4fdd7e306
commit cf3b960d85
16 changed files with 6450 additions and 811 deletions

View File

@@ -0,0 +1,13 @@
//
// PreferencesWindow.h
// iLyrics
//
// Created by Kim Wittenburg on 16.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PreferencesWindow : NSWindow
@end