home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / OOPSPalette / OOPSPalette.m < prev    next >
Encoding:
Text File  |  1993-04-25  |  186 b   |  17 lines

  1.  
  2.  
  3. #import "OOPSPalette.h"
  4.  
  5.  
  6. @implementation  OOPSPalette
  7.  
  8. - finishInstantiate
  9. {
  10.     [self associateObject:myOOPSTimer type:IBObjectPboardType 
  11.         to:myOOPSTimerView];
  12.     return self;
  13. }
  14.  
  15.  
  16. @end
  17.