Neighbourhood.omg.lol/Models/API/PostPic.cs

6 lines
120 B
C#
Raw Normal View History

2024-07-11 05:57:53 +00:00
namespace Neighbourhood.omg.lol.Models {
2024-06-06 05:20:09 +00:00
public class PostPic {
2024-07-02 00:13:52 +00:00
public string? Description { get; set; }
2024-06-06 05:20:09 +00:00
}
}