using System;
namespace Xamarin.Forms
{
public interface IDefinition
event EventHandler SizeChanged;
}