Archived
1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FoxTube/FoxTube.Core/Models/Attributes.cs
T
2020-05-09 23:16:19 +03:00

7 lines
143 B
C#

using System;
namespace FoxTube.Attributes
{
[AttributeUsage(AttributeTargets.Class)]
public class RefreshableAttribute : Attribute { }
}