PowerToys/Wox.Plugin/Features/IExclusiveQuery.cs
2015-10-30 23:23:01 +00:00

8 lines
130 B
C#

namespace Wox.Plugin.Features
{
public interface IExclusiveQuery
{
bool IsExclusiveQuery(Query query);
}
}