Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[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 iThink Software
9  *
10  */
11
12 #import <Cocoa/Cocoa.h>
13
14 @interface ITMultilineTextFieldCell : NSCell {
15
16 }
17
18 @end