mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 20:08:43 +03:00
9 lines
119 B
C#
9 lines
119 B
C#
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Controls
|
|||
|
{
|
|||
|
public class ExtendedStackLayout : StackLayout
|
|||
|
{
|
|||
|
}
|
|||
|
}
|