File: IEntryController.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls
{
	public interface IEntryController
	{
		void SendCompleted();
	}
}