Filtration/Filtration.ObjectModel/IAudioVisualBlockItem.cs

9 lines
148 B
C#
Raw Permalink Normal View History

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
{
public interface IAudioVisualBlockItem : IItemFilterBlockItem
2015-06-04 13:15:54 -04:00
{
}
}