summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/IButtonController.cs
blob: c88907b0c796a9c349ccf81e500a4de1de8463bc (plain)
1
2
3
4
5
6
7
namespace Xamarin.Forms
{
	public interface IButtonController : IViewController
	{
		void SendClicked();
	}
}