Flow.Launcher/Flow.Launcher.Plugin/Features.cs
2023-04-25 21:02:34 +08:00

9 lines
No EOL
184 B
C#

namespace Flow.Launcher.Plugin
{
/// <summary>
/// Base Interface for Flow's special plugin feature interface
/// </summary>
public interface IFeatures
{
}
}