This is Translator.h in view mode; [Download] [Up]
/* nib translator class
Copyright (C) 1993 The Board of Trustees of
The Leland Stanford Junior University. All Rights Reserved.
Authors: Paul Kunz and Imran Qureshi
This file is part of the nib translator for
an Objective-C class library for X/Motif
Translator.h,v 1.5 1995/04/14 19:36:11 pfkeb Exp
*/
#include "/NextDeveloper/Headers/objc/typedstream.h"
#include "/NextDeveloper/Headers/objc/Object.h"
#include "objc/typedstream.h"
@interface Translator:Object
{
}
- translate:(const char *)nibfile into:(char*)fileName;
- printList;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.