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