First actual commit
added sources to repository
This commit is contained in:
8
RedditSharp/FlairTemplate.cs
Normal file
8
RedditSharp/FlairTemplate.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace RedditSharp
|
||||
{
|
||||
public class UserFlairTemplate // TODO: Consider using this class to set templates as well
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public string CssClass { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user