home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / macos / Files / Safari.dmg / Safari.app / Contents / Resources / Snippet.nib / classes.nib next >
Encoding:
Text File  |  2003-02-07  |  612 b   |  20 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {convert = id; show = id; }; 
  6.             CLASS = SnippetController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 attributedStringScrollView = id; 
  10.                 attributedStringView = id; 
  11.                 splitView = id; 
  12.                 textView = id; 
  13.                 webView = id; 
  14.             }; 
  15.             SUPERCLASS = NSWindowController; 
  16.         }, 
  17.         {CLASS = WebView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
  18.     ); 
  19.     IBVersion = 1; 
  20. }