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