Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITMultilineTextFieldCell.h
old mode 100755 (executable)
new mode 100644 (file)
index 59ca9c0..e78c0ee
@@ -1,15 +1,18 @@
-//
-//  ITMultilineTextFieldCell.h
-//  ITKit
-//
-//  Created by Joseph Spiros on Fri Mar 05 2004.
-//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
-//
+/*
+ *     ITKit
+ *     ITMultilineTextFieldCell.h
+ *
+ *     Custom NSCell subclass that draws multiple lines of text using standard
+ *             UI guidelines for such a presentation.
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 
-
 @interface ITMultilineTextFieldCell : NSCell {
+
 }
 
-@end
+@end
\ No newline at end of file