summaryrefslogtreecommitdiff
path: root/JuickApi/Photo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'JuickApi/Photo.cs')
-rw-r--r--JuickApi/Photo.cs9
1 files changed, 9 insertions, 0 deletions
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; }
+ }
+}