mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
5 lines
95 B
Swift
5 lines
95 B
Swift
struct ReceiverSelection : Codable {
|
|
let receiver: Receiver
|
|
let mediaType: MediaType
|
|
}
|