Naming
This commit is contained in:
parent
36cc3d5207
commit
c24403094c
|
@ -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 New Issue