mirror of
https://github.com/bitwarden/android.git
synced 2024-12-29 12:28:31 +03:00
13 lines
204 B
C#
13 lines
204 B
C#
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Styles
|
|||
|
{
|
|||
|
public partial class Variables : ResourceDictionary
|
|||
|
{
|
|||
|
public Variables()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|