removed twitter.

This commit is contained in:
Keivan Beigi 2013-04-17 16:33:05 -07:00
commit 2dc7f16f9f
3 changed files with 0 additions and 158 deletions

View file

@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Twitter
{
public class TwitterAuthorizationModel
{
public string Token { get; set; }
public string Url { get; set; }
}
}