home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / PopUpFormatter / Controller.h < prev    next >
Encoding:
Text File  |  1994-11-07  |  160 b   |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Controller:Object
  5. {
  6.        id    aDBTableView;
  7.     id    theDataSource;
  8.     id    vector;
  9.     id    theFormatter;
  10. }
  11.  
  12. - appDidInit: sender;
  13.  
  14. @end
  15.