Files
Prowlarr-Prowlarr/NzbDrone.Api/ClientSchema/SchemaDeserializer.cs
2013-10-01 10:06:05 -07:00

13 lines
244 B
C#

using System;
using System.Collections.Generic;
using NzbDrone.Common;
using NzbDrone.Common.Reflection;
using NzbDrone.Core.Annotations;
namespace NzbDrone.Api.ClientSchema
{
public static class SchemaDeserializer
{
}
}