summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Design/RegisterMetadata.cs
blob: be3b2b88e99625e087d076a415e276bbd51e976e (plain)
1
2
3
4
5
6
7
8
9
using Microsoft.Windows.Design.Metadata;

namespace Xamarin.Forms.Xaml.Design
{
	class RegisterMetadata : IProvideAttributeTable
	{
		public AttributeTable AttributeTable => new AttributeTableBuilder().CreateTable();
	}
}