mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
9 lines
278 B
C#
9 lines
278 B
C#
using System;
|
|
|
|
namespace Wox.Plugin.Features
|
|
{
|
|
[Obsolete("Delete Wox.Plugin.Features using directive, " +
|
|
"and use Wox.Plugin.Feature.IInstantQuery instead, " +
|
|
"this method will be removed in v1.3.0")]
|
|
public interface IInstantQuery { }
|
|
} |