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