home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / 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.