mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 09:09:58 +00:00
7 lines
117 B
Swift
7 lines
117 B
Swift
struct Receiver : Codable {
|
|
let friendlyName: String
|
|
let host: String
|
|
let id: String
|
|
let port: Int
|
|
}
|