home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / IndexingKit / Ledger / AccountWindow.h next >
Encoding:
Text File  |  1993-01-25  |  100 b   |  11 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface AccountWindow:Window
  5. {
  6. }
  7.  
  8. - (BOOL)canBecomeMainWindow;
  9.  
  10. @end
  11.