10 lines
206 B
C#
10 lines
206 B
C#
|
using Filtration.ObjectModel.ThemeEditor;
|
|||
|
|
|||
|
namespace Filtration.ObjectModel
|
|||
|
{
|
|||
|
public interface IBlockItemWithTheme : IItemFilterBlockItem
|
|||
|
{
|
|||
|
ThemeComponent ThemeComponent { get; }
|
|||
|
}
|
|||
|
}
|