home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / COWS / Code / COWSLibrary.h < prev    next >
Encoding:
Text File  |  1994-03-19  |  247 b   |  23 lines

  1. /*
  2.     Copyright (C) 1994 Sean Luke
  3.  
  4.     COWSLibrary.h
  5.     Version 1.0
  6.     Sean Luke
  7.     
  8. */
  9.  
  10.  
  11.  
  12.  
  13. #import <objc/Object.h>
  14. #import "COWSInterpreter.h"
  15. #import "COWSProtocols.h"
  16.  
  17. @interface COWSLibrary:Object <InterpreterToLibrary>
  18. {
  19. }
  20.  
  21. - loadLibrary:sender;
  22.     
  23. @end