9 lines
152 B
C#
9 lines
152 B
C#
namespace TV_Player.MAUI
|
|
{
|
|
public class GroupInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public int Count { get; set; }
|
|
}
|
|
}
|