"Fixed" ITButton... it's not REALLY fixed, as that's impossible, but it
[ITKit.git] / ITButton.h
1 #import <Cocoa/Cocoa.h>
2
3
4 @interface ITButton : NSButton {
5
6 }
7
8 @end