home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Projects / MiscFindPanel / SearchBench / SBApp.h < prev    next >
Encoding:
Text File  |  1993-10-21  |  414 b   |  22 lines

  1. /*
  2.  *  Copyright (c) 1993 Christopher J. Kane.  All rights reserved.
  3.  *
  4.  *  This software is subject to the terms of the MiscKit license
  5.  *  agreement.  Refer to the license document included with the
  6.  *  MiscKit distribution for these terms.
  7.  *
  8.  *  Version: 1.1 (22 October 1993)
  9.  */
  10.  
  11. #import <appkit/appkit.h>
  12.  
  13. @interface SBApp:Application
  14. {
  15.   id infoPanel;
  16.   id timerObj;
  17. }
  18.  
  19. - orderFrontInfoPanel:sender;
  20.  
  21. @end
  22.