mirror of
https://github.com/bitwarden/android.git
synced 2025-01-03 23:07:34 +03:00
12 lines
No EOL
195 B
C#
12 lines
No EOL
195 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Styles
|
|
{
|
|
public partial class Black : ResourceDictionary
|
|
{
|
|
public Black()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |