blob: 2693a750aee68c9c9674dfff50edd9a0cab1ff56 [file] [log] [blame]
using System.Diagnostics.CodeAnalysis;
namespace MauiTestApplication;
/// <inheritdoc/>
[SuppressMessage("Microsoft.Maintainability", "CA1501:AvoidExcessiveInheritance")]
public partial class AppShell : Shell
{
/// <inheritdoc/>
public AppShell() => InitializeComponent();
}