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