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