8 lines
159 B
C#
8 lines
159 B
C#
using Avalonia.Platform.Storage;
|
|
|
|
namespace Harmonia.UI.Platform;
|
|
|
|
public interface IStorageProviderLocator : IPlatformServiceLocator<IStorageProvider>
|
|
{
|
|
|
|
} |