mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 03:48:31 +03:00
1d4e742d66
* Forms update with CollectionView conversion * updates * removed unnecessary import
8 lines
119 B
C#
8 lines
119 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class ExtendedStackLayout : StackLayout
|
|
{
|
|
}
|
|
}
|