Added MangaDex Api. Updated project structure.
This commit is contained in:
6
MangaReader.Core/Sources/IMangaSourceComponent.cs
Normal file
6
MangaReader.Core/Sources/IMangaSourceComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MangaReader.Core.Sources;
|
||||
|
||||
public interface IMangaSourceComponent
|
||||
{
|
||||
string SourceId { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user