From Eric Wing, interface files

This commit is contained in:
Robert Osfield
2007-06-08 16:47:18 +00:00
parent 6f93f1c9e7
commit 5ae95903b9
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {copy = id; resetPosition = id; takeBackgroundColorFrom = id; };
CLASS = ViewerCocoa;
LANGUAGE = ObjC;
SUPERCLASS = NSOpenGLView;
}
);
IBVersion = 1;
}

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>50 119 356 240 0 0 1920 1178 </string>
<key>IBEditorPositions</key>
<dict>
<key>213</key>
<string>842 444 236 724 0 0 1920 1178 </string>
<key>29</key>
<string>65 465 338 44 0 0 1920 1178 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
<integer>231</integer>
<integer>29</integer>
<integer>21</integer>
<integer>213</integer>
</array>
<key>IBSystem Version</key>
<string>8P135</string>
</dict>
</plist>

Binary file not shown.