mirror of
https://github.com/snltty/linker.git
synced 2025-11-03 01:53:32 +08:00
10 lines
172 B
C#
10 lines
172 B
C#
namespace cmonitor.client.reports.notify
|
|
{
|
|
public sealed class NotifyMacOS : INotify
|
|
{
|
|
public void Update(NotifyInfo notify)
|
|
{
|
|
}
|
|
}
|
|
}
|