home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / QuickProject / QuickProjectTemplates / DBKitProject / Controller.h next >
Encoding:
Text File  |  1995-04-12  |  166 b   |  13 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. }
  9.  
  10. - appDidInit:sender;
  11.  
  12. @end
  13.