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

  1. /*
  2.     Copyright (C) 1994 Sean Luke
  3.  
  4.     COWSLibrary.m
  5.     Version 1.0
  6.     Sean Luke
  7.     
  8. */
  9.  
  10.  
  11.  
  12.  
  13. #import "COWSLibrary.h"
  14.  
  15. @implementation COWSLibrary
  16.  
  17. - loadLibrary:sender
  18.     {
  19.     return self;
  20.     }
  21. - pauseCancelled:sender
  22.     {
  23.     return self;
  24.     }
  25.     
  26. @end