10 lines
165 B
C#
10 lines
165 B
C#
namespace Shared.Models.Online.VideoCDN
|
|
{
|
|
public struct Folder
|
|
{
|
|
public string id { get; set; }
|
|
|
|
public string file { get; set; }
|
|
}
|
|
}
|