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

6 lines
137 B
C#
Raw Normal View History

2024-07-23 01:12:52 +00:00
namespace Neighbourhood.omg.lol.Models {
public class PostStatusBio {
public string Content { get; set; } = string.Empty;
}
}