home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / TabCell / English.lproj / TabCell.nib / data.classes next >
Encoding:
Text File  |  1994-08-05  |  334 b   |  8 lines

  1. MyController = {
  2.     ACTIONS = {"appDidInit:" = "appDidInit:"; "tabMatrixAction:" = "tabMatrixAction:"; }; 
  3.     OUTLETS = {backgroundView = backgroundView; tabMatrix = tabMatrix; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. DarkGrayView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
  7. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  8.