home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- #import "RIBCommand.h"
-
- @interface RIBAttribute:RIBCommand
- {
- RtToken name;
- }
-
- - setName:(RtToken)newName
- n:(int)newN tokens:(RtToken *)newTokens parms:(RtPointer *)newParms archiveVector:(char **)newArchiveVector
- printfTypeVector:(int *)newPrintfTypeVector printfNVector:(int *)newPrintfNVector;
-
- @end
-