X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..8ae300a55b40e1d20cb094b5b19a76b90ee0a63e:/ITTableView.h diff --git a/ITTableView.h b/ITTableView.h index 5661c74..af06287 100755 --- a/ITTableView.h +++ b/ITTableView.h @@ -1,20 +1,21 @@ /* * ITKit * ITTableView - * - * An NSTableView subclass with easy to use accessors for adding a menu (with optional image) - * to the corner view of the TableView. + * NSTableView subclass with easy to use accessors for adding a menu + * (with optional image) to the corner view of the TableView. * * Original Author : Joseph Spiros + * Responsibility : Matt Judy * Responsibility : Joseph Spiros * - * Copyright (c) 2002 iThink Software. + * Copyright (c) 2002-2003 iThink Software. * All Rights Reserved * */ -#import -#import "ITTableCornerView.h" +#import + +@class ITTableCornerView; @interface ITTableView : NSTableView { ITTableCornerView *corner;