home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / opsys / macos / snap / snap.dmg / SnapNDrag.app / Contents / Resources / About.nib / classes.nib next >
Text File  |  2004-02-22  |  376b  |  13 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {sendMail = id; visitWebsite = id; }; 
  5.             CLASS = AboutController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {"_creditView" = NSTextView; }; 
  8.             SUPERCLASS = NSWindowController; 
  9.         }, 
  10.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  11.     ); 
  12.     IBVersion = 1; 
  13. }