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, 0 insertions, 9 deletions
diff --git a/JuickApi/Photo.cs b/JuickApi/Photo.cs
deleted file mode 100644
index e6cce2b..0000000
--- a/JuickApi/Photo.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace JuickApi
-{
- public class Photo
- {
- public string Thumbnail { get; set; }
- public string Small { get; set; }
- public string Medium { get; set; }
- }
-}