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, 20 insertions, 0 deletions
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; }
+ }
+}