Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Oct 23, 2023
1 parent 968483e commit d520896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UIImage+Network.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
/// only for internal usage
internal extension Image {
private enum AssociatedKeys {
static var sourceURL = "Network.ImageDownloader.imageURL"
static var sourceURL: StaticString = "Network.ImageDownloader.imageURL"
}

@objc var sourceURL: URL? {
Expand Down

0 comments on commit d520896

Please sign in to comment.