9 lines
121 B
C#
9 lines
121 B
C#
|
9 years ago
|
using System;
|
||
|
|
|
||
|
|
namespace Yavsc.Attributes
|
||
|
|
{
|
||
|
9 years ago
|
public class ActivitySettingsAttribute : Attribute
|
||
|
9 years ago
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|