w00t. ITButton and ITButtonCell. Also, ITTextField is now correctly implemented...
[ITKit.git] / ITButton.h
diff --git a/ITButton.h b/ITButton.h
new file mode 100755 (executable)
index 0000000..12f5599
--- /dev/null
@@ -0,0 +1,8 @@
+#import <Cocoa/Cocoa.h>
+
+
+@interface ITButton : NSButton {
+
+}
+
+@end