Made improvements on loading photos
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Photos.Models;
|
||||
|
||||
public interface IFolderPickerService
|
||||
{
|
||||
Task<string?> PickFolderAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user