mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 16:45:27 +00:00
Naming
This commit is contained in:
parent
36cc3d5207
commit
c24403094c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ struct MediaUIImageTransferable: Codable, Transferable {
|
||||||
}
|
}
|
||||||
|
|
||||||
static var transferRepresentation: some TransferRepresentation {
|
static var transferRepresentation: some TransferRepresentation {
|
||||||
DataRepresentation(exportedContentType: .jpeg) { media in
|
DataRepresentation(exportedContentType: .jpeg) { transferable in
|
||||||
await media.fetchData()
|
await transferable.fetchData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue