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