6 lines
138 B
C#
6 lines
138 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface IFolderPicker
|
|
{
|
|
Task<IReadOnlyCollection<string>> Get(FolderPickerPicker filter);
|
|
} |