Added NatoManga page provider logic. Fixed UI font configuration.
This commit is contained in:
8
MangaReader.Core/Pages/IMangaPageProvider.cs
Normal file
8
MangaReader.Core/Pages/IMangaPageProvider.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using MangaReader.Core.Sources;
|
||||
|
||||
namespace MangaReader.Core.Pages;
|
||||
|
||||
public interface IMangaPageProvider : IMangaSourceComponent
|
||||
{
|
||||
Task<IReadOnlyList<string>> GetPageImageUrlsAsync(string chapterUrl, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user