This commit is contained in:
Paul Schneider 2017-03-05 16:32:30 +01:00
commit b69b757837
7 changed files with 59 additions and 25 deletions

View file

@ -0,0 +1,9 @@
using System;
namespace Yavsc.Attributes
{
public class ActivitySettingsAttribute : Attribute
{
}
}