using System;
namespace Xamarin.Forms
{
public interface ILayout
event EventHandler LayoutChanged;
}