implement yande.re source
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
using Gallery.Util.Model;
|
||||
using System.Threading.Tasks;
|
||||
using Gallery.Util.Model;
|
||||
|
||||
namespace Gallery.Util.Interface
|
||||
{
|
||||
public interface IGallerySource
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
string HomePage { get; }
|
||||
|
||||
void SetCookie();
|
||||
|
||||
GalleryItem[] GetRecentItems(int page);
|
||||
Task<GalleryItem[]> GetRecentItemsAsync(int page);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user