Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITTableCornerView.h
1 /*
2  *      ITKit
3  *      ITTableCornerView.h
4  *
5  *      NSPopUpButton subclass for use as a cornerView in NSTableView instances.
6  *
7  *      Copyright (c) 2005 by iThink Software.
8  *      All Rights Reserved.
9  *
10  *      $Id$
11  *
12  */
13
14 #import <Cocoa/Cocoa.h>
15
16 @interface ITTableCornerView : NSPopUpButton {
17         NSImage *image;
18         NSTableHeaderCell *headerCell;
19 }
20
21 @end