8 lines
No EOL
219 B
C#
8 lines
No EOL
219 B
C#
namespace Geekbot.net.Lib.WikipediaClient.Page
|
|
{
|
|
public class PageContentUrlCollection
|
|
{
|
|
public PageContentUrls Desktop { get; set; }
|
|
public PageContentUrls Mobile { get; set; }
|
|
}
|
|
} |