X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3e6ffde0979aded206bb6741114253dc0615cc9c..abdb0712ef9e62ff570497eb0e7072eb92b23722:/ITButton.h diff --git a/ITButton.h b/ITButton.h old mode 100755 new mode 100644 index 12f5599..e97435c --- a/ITButton.h +++ b/ITButton.h @@ -1,8 +1,20 @@ -#import +/* + * ITKit + * ITButton.h + * + * Custom NSButton subclass that uses ITButtonCell. + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ +#import @interface ITButton : NSButton { } -@end +@end \ No newline at end of file