10 lines
167 B
C#
10 lines
167 B
C#
namespace Shared.Models.Online.KinoPub
|
|
{
|
|
public struct Subtitle
|
|
{
|
|
public string lang { get; set; }
|
|
|
|
public string url { get; set; }
|
|
}
|
|
}
|