File: Core\ITabbedView.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
namespace Microsoft.Maui
{
	/// <summary>
	/// Represents a View that consists of a list of tabs and a larger detail area, 
	/// with each tab loading content into the detail area.
	/// </summary>
	public interface ITabbedView : IView
	{
	}
}