mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
init
This commit is contained in:
11
WinAlfred.Plugin/IPlugin.cs
Normal file
11
WinAlfred.Plugin/IPlugin.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WinAlfred.Plugin
|
||||
{
|
||||
public interface IPlugin
|
||||
{
|
||||
string GetActionName();
|
||||
List<Result> Query(Query query);
|
||||
void Init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user