amazfitbiptools/WatchFace.Parser/Attributes/ParameterImageIndexAttribut...

7 lines
169 B
C#
Raw Normal View History

using System;
2017-11-25 15:42:48 +01:00
namespace WatchFace.Parser.Attributes
{
[AttributeUsage(AttributeTargets.Property)]
public class ParameterImageIndexAttribute : Attribute { }
}