0e98995f8d1e2291be66f939fe2561f59d58b306
[MenuTunes.git] / MTApplication.h
1 /*
2  *      MenuTunes
3  *  MTApplication
4  *    MenuTunes Application Subclass
5  *
6  *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
7  *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
8  *
9  *  Copyright (c) 2002 The iThink Group.
10  *  All Rights Reserved
11  *
12  */
13
14
15
16 #import <Cocoa/Cocoa.h>
17
18 @interface MTApplication : NSApplication
19 {
20 }
21 @end