Gordon Pedersen
a02b14782b
might still need some work/testing Also, should I add pastes in the feed?
6 lines
222 B
C#
6 lines
222 B
C#
namespace Neighbourhood.omg.lol.Models {
|
|
public class PostPasteResponseData : IOmgLolResponseData {
|
|
public string Message { get; set; } = string.Empty;
|
|
public string Title { get; set; } = string.Empty;
|
|
}
|
|
}
|