mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 09:09:58 +00:00
6 lines
121 B
Swift
6 lines
121 B
Swift
struct ReceiverSelection : Codable {
|
|
let receiver: Receiver
|
|
let mediaType: MediaType
|
|
let filePath: String?
|
|
}
|