using System.Collections.Generic;
using Kreta.Web.Helpers.TabStrip;

namespace Kreta.Web.Models.EditorTemplates
{
    public class TabStripModel
    {
        public List<TabStripItemModel> TabList { get; set; }
    }
}