10 lines
170 B
C#
10 lines
170 B
C#
namespace Shared.Models.Online.CDNmovies
|
|
{
|
|
public struct Episode
|
|
{
|
|
public string title { get; set; }
|
|
|
|
public string file { get; set; }
|
|
}
|
|
}
|