sync updates

This commit is contained in:
Luke Pulverenti
2015-01-19 15:53:02 -05:00
parent bdb9cd77bc
commit 01f4ddbdc3
45 changed files with 20454 additions and 20522 deletions

View File

@@ -1,12 +0,0 @@
using System.Collections.Generic;
namespace MediaBrowser.Model.News
{
public class NewsChannel
{
public string Title { get; set; }
public string Link { get; set; }
public string Description { get; set; }
public List<NewsItem> Items { get; set; }
}
}