#include "comment.header"

/* $Id: ClickCell.h,v 1.3 1997/07/06 19:38:20 ergo Exp $ */

/*
 * $Log: ClickCell.h,v $
 * Revision 1.3  1997/07/06 19:38:20  ergo
 * actual version
 *
 * Revision 1.2  1997/05/04 18:57:17  ergo
 * added time control for moves
 *
 */

#import <appkit/TextFieldCell.h>

@interface ClickCell:TextFieldCell
{
}


@end
