home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / IndexingKit / StoreFile / Controller.h next >
Text File  |  1992-07-19  |  157b  |  15 lines

  1. /*
  2. Controller.h - Copyright (c) 1992 NeXT Computer, Inc.
  3. */
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. @interface Controller:Object
  8. {
  9. }
  10.  
  11. - new:sender;
  12. - open:sender;
  13.  
  14. @end
  15.