git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Licensing ITKit under the GNU General Public License version 2.
[ITKit.git]
/
ITButton.h
diff --git
a/ITButton.h
b/ITButton.h
old mode 100755
(executable)
new mode 100644
(file)
index
12f5599
..
eccf365
--- a/
ITButton.h
+++ b/
ITButton.h
@@
-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 {
}
@interface ITButton : NSButton {
}
-@end
+@end
\ No newline at end of file