From 883eb3cf673a007edbe4feb997c9cdadfe81c279 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 10 Mar 2012 20:44:57 +0400 Subject: Forgotten files --- Juick/Api/Photo.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Juick/Api/Photo.cs (limited to 'Juick/Api') diff --git a/Juick/Api/Photo.cs b/Juick/Api/Photo.cs new file mode 100644 index 0000000..a5cf895 --- /dev/null +++ b/Juick/Api/Photo.cs @@ -0,0 +1,20 @@ +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