2015-06-04 18:15:54 +01:00
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
|
2015-06-24 19:57:16 +01:00
|
|
|
|
namespace Filtration.ObjectModel
|
2015-06-04 18:15:54 +01:00
|
|
|
|
{
|
2016-08-20 21:17:12 +01:00
|
|
|
|
public interface IAudioVisualBlockItem : IItemFilterBlockItem
|
2015-06-04 18:15:54 +01:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|