maui-linux/Xamarin.Forms.Platform.iOS/Renderers/IShellSectionRootRenderer.cs

12 строки
206 B
C#

using System;
using UIKit;
namespace Xamarin.Forms.Platform.iOS
{
public interface IShellSectionRootRenderer : IDisposable
{
bool ShowNavBar { get; }
UIViewController ViewController { get; }
}
}