This is MiscCoordConverterServer.h in view mode; [Download] [Up]
/*======================== MiscCoordConverterServer.h =======================*/ /* The MiscCoordConverterServer protocol is required so that a MiscCoord can request a conversion from a MiscCoordConverter. DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights Reserved. For further information on terms and conditions see the MiscKit license. HISTORY 24-Mar-93 Dale Amon at GPL Created. */ #import <Foundation/Foundation.h> #import <MiscFoundation/MiscCoordConverterClient.h> @protocol MiscCoordConverterServer - (BOOL) convert: (id <MiscCoordConverterClient>) inCoord to: (id <MiscCoordConverterClient>) outCoord; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.