mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
13 lines
194 B
C#
13 lines
194 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Styles
|
|
{
|
|
public partial class Base : ResourceDictionary
|
|
{
|
|
public Base()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|