home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / QuickProject / QuickProjectTemplates / BasicProject / Controller.h < prev    next >
Encoding:
Text File  |  1995-04-12  |  181 b   |  14 lines

  1. // Copyright (C) 1995 Steve Hayman
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <appkit/appkit.h>
  5.  
  6. @interface Controller:Object
  7. {
  8.     id window;
  9. }
  10.  
  11. - appDidInit:sender;
  12.  
  13. @end
  14.