-//
-// 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