inital
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FasdDesktopUi.Pages.DetailsPage.Models
|
||||
{
|
||||
public class DetailsPageDataHistoryCollectionGeometryModel
|
||||
{
|
||||
public int ColumnCount { get; set; }
|
||||
public List<int> SubtitleCount { get; set; }
|
||||
|
||||
public DetailsPageDataHistoryCollectionGeometryModel()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user