home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Desktop / Background3.2 / Source / background / BackgroundCLI.h < prev    next >
Encoding:
Text File  |  1993-10-30  |  90 b   |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface BackgroundCLI:Application
  5. {
  6. }
  7.  
  8. + new;
  9. - run;
  10.  
  11. @end
  12.