Flow.Launcher/Flow.Launcher.Plugin/Features/IExclusiveQuery.cs
2020-04-21 21:27:02 +10:00

9 lines
311 B
C#

using System;
namespace Flow.Launcher.Plugin.Features
{
[Obsolete("Delete Flow.Launcher.Plugin.Features using directive, " +
"and use Flow.Launcher.Plugin.Feature.IInstantQuery instead, " +
"this method will be removed in v1.3.0")]
public interface IExclusiveQuery { }
}