complete PocketItem properties; add PocketImage, PocketVideo, PocketAuthor;

This commit is contained in:
2013-06-26 12:17:01 +02:00
parent f84c0a9c20
commit 899a2e1c4c
12 changed files with 189 additions and 24 deletions
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PocketSharp.Models
{
class ResponseBase
{
public bool Status { get; set; }
}
}