2018-08-25 15:52:16 +03:00
|
|
|
|
using Filtration.ObjectModel.ThemeEditor;
|
|
|
|
|
|
|
|
|
|
namespace Filtration.ObjectModel
|
|
|
|
|
{
|
|
|
|
|
public interface IBlockItemWithTheme : IItemFilterBlockItem
|
|
|
|
|
{
|
2018-08-31 11:21:43 +03:00
|
|
|
|
ThemeComponent ThemeComponent { get; set; }
|
2018-08-25 15:52:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|