﻿using System;

namespace ExternPropertyAttributes
{
	public class MetaAttribute : Attribute, ICustomAttribute
	{
	}
}
