summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Cells/IEntryCellController.cs
blob: b3722d677e7b72b421d8bef15f277ed37bd91575 (plain)
1
2
3
4
5
6
7
8

namespace Xamarin.Forms
{
	public interface IEntryCellController
	{
		void SendCompleted();
	}
}