1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-04 06:38:28 +02:00
Sonarr/NzbDrone.Common/Composition/Class1.cs

8 lines
119 B
C#

using System;
namespace NzbDrone.Common.Composition
{
public class SingletonAttribute : Attribute
{
}
}