home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
- /* $Id: AutoTicsPane.h,v 1.3 1993/05/04 16:21:10 davis Exp $ */
-
- #import "NoPane.h"
-
-
- @interface AutoTicsPane:NoPane
- {
- }
-
- - init;
-
- @end
-