Flow.Launcher/Flow.Launcher.Plugin/Features.cs
2021-07-08 01:47:20 +08:00

14 lines
No EOL
295 B
C#

using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Threading;
namespace Flow.Launcher.Plugin
{
/// <summary>
/// Base Interface for Flow's special plugin feature interface
/// </summary>
public interface IFeatures
{
}
}