Files
Aberwyn/Aberwyn/Data/IRssProcessor.cs
Elias Jansson a97f31e405 Torrent stuff
2026-01-24 16:52:55 +01:00

8 lines
125 B
C#

namespace Aberwyn.Data
{
public interface IRssProcessor
{
Task ProcessRssFeeds();
}
}