Skip to content

Commit

Permalink
Update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ag601t committed Apr 6, 2023
1 parent 0687772 commit a4544b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Nuke/ImageRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public struct ImageRequest: CustomStringConvertible, Sendable, ExpressibleByStri

/// Generates a thumbnail from the given image data.
public func makeThumbnail(with data: Data) -> PlatformImage? {
Nuke.makeThumbnail(data: data, options: self)
OnlinerNuke.makeThumbnail(data: data, options: self)
}

var identifier: String {
Expand Down
2 changes: 1 addition & 1 deletion Sources/NukeExtensions/ImageLoadingOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright (c) 2015-2023 Alexander Grebenyuk (github.com/kean).

import Foundation
import Nuke
import OnlinerNuke

#if !os(macOS)
import UIKit.UIImage
Expand Down
2 changes: 1 addition & 1 deletion Sources/NukeExtensions/ImageViewExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright (c) 2015-2023 Alexander Grebenyuk (github.com/kean).

import Foundation
import Nuke
import OnlinerNuke

#if !os(macOS)
import UIKit.UIImage
Expand Down

0 comments on commit a4544b3

Please sign in to comment.