home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Database / OTC_EOFBetaExamples_V1.0 / NSFoundation / MemoryAllocation / English.lproj / PleaseReleaseMe.nib / data.classes < prev    next >
Encoding:
Text File  |  1994-06-08  |  716 b   |  30 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. AppController = {
  3.     ACTIONS = {
  4.         "alloc:" = "alloc:"; 
  5.     "allocPool:" = "allocPool:"; 
  6.     "autorelease:" = "autorelease:"; 
  7.     "copy:" = "copy:"; 
  8.     "dealloc:" = "dealloc:"; 
  9.     "release:" = "release:"; 
  10.     "releasePool:" = "releasePool:"; 
  11.     "retain:" = "retain:"; 
  12.     }; 
  13.     OUTLETS = {
  14.         buttons1 = buttons1; 
  15.     buttons2 = buttons2; 
  16.     console = console; 
  17.     copy = copy; 
  18.     copyRetainCount = copyRetainCount; 
  19.     copyText = copyText; 
  20.     object = object; 
  21.     objectRetainCount = objectRetainCount; 
  22.     objectText = objectText; 
  23.     pool = pool; 
  24.     poolButton = poolButton; 
  25.     poolObjectCount = poolObjectCount; 
  26.     poolText = poolText; 
  27.     }; 
  28.     SUPERCLASS = NSObject; 
  29. };
  30.