home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / QuickProject / QuickProjectTemplates / BasicProject / English.lproj / BasicProject.nib / data.classes next >
Encoding:
Text File  |  1994-09-14  |  572 b   |  24 lines

  1. MiscInfoController = {
  2.     ACTIONS = {
  3.         "info:" = "info:"; 
  4.     "license:" = "license:"; 
  5.     "orderForm:" = "orderForm:"; 
  6.     "registration:" = "registration:"; 
  7.     "releaseNotes:" = "releaseNotes:"; 
  8.     "suggestion:" = "suggestion:"; 
  9.     }; 
  10.     OUTLETS = {
  11.         info = info; 
  12.     orderForm = orderForm; 
  13.     registration = registration; 
  14.     strings = strings; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  19. Controller = {
  20.     ACTIONS = {"appDidInit:" = "appDidInit:"; }; 
  21.     OUTLETS = {window = window; }; 
  22.     SUPERCLASS = Object; 
  23. };
  24.