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 --- JuickApi/Photo.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 JuickApi/Photo.cs (limited to 'JuickApi/Photo.cs') diff --git a/JuickApi/Photo.cs b/JuickApi/Photo.cs new file mode 100644 index 0000000..e6cce2b --- /dev/null +++ b/JuickApi/Photo.cs @@ -0,0 +1,9 @@ +namespace JuickApi +{ + public class Photo + { + public string Thumbnail { get; set; } + public string Small { get; set; } + public string Medium { get; set; } + } +} -- cgit v1.2.3