Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITButton.h
old mode 100755 (executable)
new mode 100644 (file)
index 12f5599..eccf365
@@ -1,8 +1,17 @@
-#import <Cocoa/Cocoa.h>
+/*
+ *     ITKit
+ *     ITButton.h
+ *
+ *     Custom NSButton subclass that uses ITButtonCell.
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
 
+#import <Cocoa/Cocoa.h>
 
 @interface ITButton : NSButton {
 
 }
 
-@end
+@end
\ No newline at end of file