From 7eb3fc7465c038de80e140f6956999aeb035505a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 8 Feb 2013 02:03:05 +0400 Subject: Move Juick.Api out to Portable Library --- Juick/Api/Photo.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Juick/Api/Photo.cs (limited to 'Juick/Api/Photo.cs') diff --git a/Juick/Api/Photo.cs b/Juick/Api/Photo.cs deleted file mode 100644 index a5cf895..0000000 --- a/Juick/Api/Photo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Net; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Shapes; - -namespace Juick.Api -{ - public class Photo - { - public string Thumbnail { get; set; } - public string Small { get; set; } - public string Medium { get; set; } - } -} -- cgit v1.2.3