File: data.classes

package info (click to toggle)
projectmanager.app 0.2-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,812 kB
  • ctags: 306
  • sloc: objc: 19,267; makefile: 77; sh: 64
file content (25 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "## Comment" = "Do NOT change this file, Gorm maintains it";
    FirstResponder = {
	Actions = (
	    "updateSelection:"
	);
	Super = NSObject;
    };
    TemplateFileSelector = {
	Actions = (
	    "ok:",
	    "cancel:",
	    "updateSelection:"
	);
	Outlets = (
	    panel,
	    browser,
	    fileDescription,
	    okButton,
	    importAssociatedButton,
	    filename
	);
	Super = NSObject;
    };
}