Files
Aberwyn/Aberwyn/Data/IRssProcessor.cs
Elias Jansson 146c557c25
All checks were successful
continuous-integration/drone/push Build is passing
Torrent stuff
2025-08-19 15:56:52 +02:00

8 lines
125 B
C#

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