mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-30 18:24:45 -04:00
7 lines
110 B
C#
7 lines
110 B
C#
namespace NzbDrone.Host
|
|
{
|
|
public interface IUserAlert
|
|
{
|
|
void Alert(string message);
|
|
}
|
|
} |