The dissolve, cut and slides all work properly now, I hope :D
[ITKit.git] / ITButton.h
1 #import <Cocoa/Cocoa.h>
2
3
4 @interface ITButton : NSButton {
5
6 }
7
8 @end