using System; namespace TinaX.UIKit.MVVM { [AttributeUsage(AttributeTargets.Method)] public sealed class CommandAttribute : Attribute { } }