From a84c894c89f23e3eb6416ff8943d4d8a2fe84a49 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 29 Mar 2013 12:46:52 +0400 Subject: undo PCL project because it is not supported by WP7.1 SDK --- Juick/Api/Message.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Juick/Api/Message.cs (limited to 'Juick/Api/Message.cs') diff --git a/Juick/Api/Message.cs b/Juick/Api/Message.cs new file mode 100644 index 0000000..9bd3230 --- /dev/null +++ b/Juick/Api/Message.cs @@ -0,0 +1,16 @@ +using System.Collections.Generic; + +namespace JuickApi +{ + public class Message + { + public int Mid { get; set; } + public int Rid { get; set; } + public string Body { get; set; } + public User User { get; set; } + public string Timestamp { get; set; } + public int Replies { get; set; } + public List Tags { get; set; } + public Photo Photo { get; set; } + } +} -- cgit v1.2.3