8 lines
No EOL
200 B
C#
8 lines
No EOL
200 B
C#
namespace WikipediaApi.Page
|
|
{
|
|
public class PageContentUrlCollection
|
|
{
|
|
public PageContentUrls Desktop { get; set; }
|
|
public PageContentUrls Mobile { get; set; }
|
|
}
|
|
} |