Flow.Launcher/Flow.Launcher.Plugin/Features.cs

9 lines
184 B
C#
Raw Permalink Normal View History

2023-04-25 12:04:08 +00:00
namespace Flow.Launcher.Plugin
2021-07-07 08:09:14 +00:00
{
/// <summary>
2021-07-07 17:47:20 +00:00
/// Base Interface for Flow's special plugin feature interface
2021-07-07 08:09:14 +00:00
/// </summary>
2021-07-07 17:47:20 +00:00
public interface IFeatures
2021-07-07 08:09:14 +00:00
{
}
}