12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>IBClasses</key>
- <array>
- <dict>
- <key>CLASS</key>
- <string>GradientBackgroundView</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSImageView</string>
- </dict>
- <dict>
- <key>CLASS</key>
- <string>FirstResponder</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSObject</string>
- </dict>
- <dict>
- <key>ACTIONS</key>
- <dict>
- <key>convert</key>
- <string>id</string>
- <key>openConvertedEnclosingFolder</key>
- <string>id</string>
- <key>openConvertedFile</key>
- <string>id</string>
- </dict>
- <key>CLASS</key>
- <string>Controller</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>OUTLETS</key>
- <dict>
- <key>conversionView</key>
- <string>NSView</string>
- <key>openConvertedFileButton</key>
- <string>NSButton</string>
- <key>window</key>
- <string>NSWindow</string>
- </dict>
- <key>SUPERCLASS</key>
- <string>NSObject</string>
- </dict>
- <dict>
- <key>CLASS</key>
- <string>MovieReceiver</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>OUTLETS</key>
- <dict>
- <key>controller</key>
- <string>Controller</string>
- </dict>
- <key>SUPERCLASS</key>
- <string>NSView</string>
- </dict>
- </array>
- <key>IBVersion</key>
- <string>1</string>
- </dict>
- </plist>
|