Fixing some build errors related to return types from undefined methods
[ITKit.git] / ITButton.h
1 #import <Cocoa/Cocoa.h>
2
3
4 @interface ITButton : NSButton {
5
6 }
7
8 @end