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