var thumbnailDictionary : [URLThumbnailDictionaryItem : UIImage]?
A dictionary of UIKit image objects keyed by size.
大きさによってキー付けされるUIKit画像オブジェクトそれらからなるある辞書。
var thumbnailDictionary : [URLThumbnailDictionaryItem : NSImage]?
A dictionary of AppKit image objects keyed by size.
大きさによってキー付けされるAppKitオブジェクトそれらからなるある辞書。