7 lines
166 B
C#
7 lines
166 B
C#
namespace XericUI.ReflectionUIGenerator
|
|
{
|
|
public interface IXuiavrgAttribute
|
|
{
|
|
public void BindProperty(XuiavrgInspectorProperty property);
|
|
}
|
|
} |