home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright (C) 1994 Sean Luke
-
- COWSLibrary.h
- Version 1.0
- Sean Luke
-
- */
-
-
-
-
- #import <objc/Object.h>
- #import "COWSInterpreter.h"
- #import "COWSProtocols.h"
-
- @interface COWSLibrary:Object <InterpreterToLibrary>
- {
- }
-
- - loadLibrary:sender;
-
- @end