Flow.Launcher/Flow.Launcher.Infrastructure/Storage/ISavable.cs

8 lines
285 B
C#
Raw Permalink Normal View History

2021-06-21 11:56:20 +00:00
using System;
namespace Flow.Launcher.Infrastructure.Storage
{
2021-06-21 11:56:20 +00:00
[Obsolete("Deprecated as of Flow Launcher v1.8.0, on 2021.06.21. " +
"This is used only for Everything plugin v1.4.9 or below backwards compatibility")]
public interface ISavable : Plugin.ISavable { }
}