summaryrefslogtreecommitdiff
path: root/JuickApi/Photo.cs
blob: e6cce2b23ea4eb0ec6c74d9a3f5eb615e2f0c07d (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace JuickApi
{
    public class Photo
    {
        public string Thumbnail { get; set; }
        public string Small { get; set; }
        public string Medium { get; set; }
    }
}