mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-10 07:54:20 +01:00
10 lines
225 B
C#
10 lines
225 B
C#
namespace SharpRss.Models
|
|
{
|
|
public class CategoryItem
|
|
{
|
|
public string CategoryId { get; set; }
|
|
public string CategoryName { get; set; }
|
|
public string CategoryIcon { get; set; }
|
|
|
|
}
|
|
} |