sodalive-ios/SodaLive/Sources/Content/Player/GenerateUrlResponse.swift

11 lines
156 B
Swift

//
// GenerateUrlResponse.swift
// SodaLive
//
// Created by klaus on 12/17/24.
//
struct GenerateUrlResponse: Decodable {
let contentUrl: String
}