1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 08:22:35 +01:00
Sonarr/NzbDrone.Host/IUserAlert.cs
kay.one a4a58c59f1 cleaned up app startup logic.
fixed update app issue.
2013-08-15 19:20:54 -07:00

7 lines
110 B
C#

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