Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITMultilineTextFieldCell.h
1 /*
2  *      ITKit
3  *      ITMultilineTextFieldCell.h
4  *
5  *      Custom NSCell subclass that draws multiple lines of text using standard
6  *              UI guidelines for such a presentation.
7  *
8  *      Copyright (c) 2005 by iThink Software.
9  *      All Rights Reserved.
10  *
11  *      $Id$
12  *
13  */
14
15 #import <Cocoa/Cocoa.h>
16
17 @interface ITMultilineTextFieldCell : NSCell {
18
19 }
20
21 @end