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