This is RevScanner.h in view mode; [Download] [Up]
/* Copyright (C) 1991 David Strout This file is part of RevScanner. RevScanner is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. RevScanner is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with RCS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. Report problems and direct all questions to: dstrout@darpa.mil */ /* $Id: RevScanner.h,v 1.5 1991/12/20 01:45:40 dstrout Beta $ $Log: RevScanner.h,v $ * Revision 1.5 1991/12/20 01:45:40 dstrout * Added GNU License * * Revision 1.4 1991/12/19 19:43:24 dstrout * Added outlet to panel * * Revision 1.3 1991/12/19 16:43:11 dstrout * No Change * * Revision 1.2 1991/12/19 16:32:19 dstrout * Changed from Log to Id in header * * Revision 1.1 1991/12/19 16:29:10 dstrout * Initial revision * */ #import <objc/Object.h> @interface RevScanner:Object { id theScrollingText; id thePanel; } - scan:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.