PowerToys/Wox.Plugin/Features/IInstantQuery.cs

9 lines
278 B
C#
Raw Normal View History

2015-11-03 03:27:46 +08:00
using System;
namespace Wox.Plugin.Features
2015-02-05 22:20:42 +08:00
{
2015-11-03 03:27:46 +08:00
[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 { }
2015-02-05 22:20:42 +08:00
}