14 lines
246 B
C#
14 lines
246 B
C#
namespace Shared.Models.Online.KinoPub
|
|
{
|
|
public struct Url
|
|
{
|
|
public string http { get; set; }
|
|
|
|
public string hls { get; set; }
|
|
|
|
public string hls4 { get; set; }
|
|
|
|
public string hls2 { get; set; }
|
|
}
|
|
}
|