File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ public extension URLResourceValues {
75
75
76
76
/// Returns a dictionary of NSImage objects keyed by size.
77
77
@available ( OSX 10 . 10 , * )
78
- public var thumbnailDictionary : [ URLThumbnailSizeKey : NSImage ] ? {
79
- return allValues [ URLResourceKey . thumbnailDictionaryKey] as? [ URLThumbnailSizeKey : NSImage ]
78
+ public var thumbnailDictionary : [ URLThumbnailDictionaryItem : NSImage ] ? {
79
+ return allValues [ URLResourceKey . thumbnailDictionaryKey] as? [ URLThumbnailDictionaryItem : NSImage ]
80
80
}
81
81
82
82
}
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ public extension URLResourceValues {
80
80
81
81
/// Returns a dictionary of UIImage objects keyed by size.
82
82
@available(iOS 8.0, *)
83
- public var thumbnailDictionary : [URLThumbnailSizeKey : UIImage]? {
84
- return allValues[URLResourceKey.thumbnailDictionaryKey] as? [URLThumbnailSizeKey : UIImage]
83
+ public var thumbnailDictionary : [URLThumbnailDictionaryItem : UIImage]? {
84
+ return allValues[URLResourceKey.thumbnailDictionaryKey] as? [URLThumbnailDictionaryItem : UIImage]
85
85
}
86
86
}
87
87
You can’t perform that action at this time.
0 commit comments