Another cleanup that doesn't seem to actually help
[ITKit.git] / ITButton.h
1 /*
2  *      ITKit
3  *  ITButton
4  *    Stylized button for use in Status Windows.
5  *
6  *  Original Author : Matthew Judy <mjudy@ithinksw.com>
7  *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
8  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
9  *
10  *  Copyright (c) 2002 - 2003 iThink Software.
11  *  All Rights Reserved
12  *
13  */
14
15
16 #import <Cocoa/Cocoa.h>
17
18
19 @interface ITButton : NSButton {
20
21 }
22
23 @end