1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4        {
5            ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; }; 
6            CLASS = MyDocument; 
7            LANGUAGE = ObjC; 
8            OUTLETS = {
9                commandline = NSTextField; 
10                debug = NSButton; 
11                honourhashbang = NSButton; 
12                inspect = NSButton; 
13                interpreter = NSTextField; 
14                nosite = NSButton; 
15                optimize = NSButton; 
16                others = NSTextField; 
17                scriptargs = NSTextField; 
18                tabs = NSButton; 
19                verbose = NSButton; 
20                "with_terminal" = NSButton; 
21            }; 
22            SUPERCLASS = NSDocument; 
23        }
24    ); 
25    IBVersion = 1; 
26}