File: Core\IPropertyMapperView.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
namespace Microsoft.Maui
{
	public interface IPropertyMapperView
	{
		PropertyMapper GetPropertyMapperOverrides();
	}
}