13 lines
222 B
Objective-C
13 lines
222 B
Objective-C
//
|
|
// 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
|