Core refactoring (app doesn't work)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
namespace FoxTube.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class RefreshableAttribute : Attribute { }
|
||||
}
|
||||
Reference in New Issue
Block a user