Radarr/src/NzbDrone.Host/IUserAlert.cs

8 lines
109 B
C#

namespace Radarr.Host
{
public interface IUserAlert
{
void Alert(string message);
}
}