mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
8 lines
130 B
C#
8 lines
130 B
C#
namespace Wox.Plugin.Features
|
|
{
|
|
public interface IExclusiveQuery
|
|
{
|
|
bool IsExclusiveQuery(Query query);
|
|
}
|
|
}
|