Jackett/src/Jackett.Common/JackettProtectedAttribute.cs

13 lines
209 B
C#
Raw Normal View History

2015-08-07 19:09:13 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Jackett
{
public class JackettProtectedAttribute : Attribute
{
}
}