Files
android/src/Core/Controls/ExtendedStackLayout.cs
2023-09-29 11:02:19 -03:00

10 lines
151 B
C#

using Microsoft.Maui.Controls;
using Microsoft.Maui;
namespace Bit.App.Controls
{
public class ExtendedStackLayout : StackLayout
{
}
}