/* Project: Cartotheque Copyright (C) 2005 Stefan Urbanek Author : Stefan Urbanek Created: 2005-01-27 License: GNU LGPL 2.1 */ #import "EKInspector.h" @class NSTextField; @interface CardInspector:EKInspector { NSTextField *nameField; NSTextField *dateField; } @end