Bitwarden-app-android-iphon.../src/App/Styles/iOS.xaml.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
192 B
C#
Raw Normal View History

2019-04-22 17:32:17 +02:00
using Xamarin.Forms;
namespace Bit.App.Styles
{
public partial class iOS : ResourceDictionary
{
public iOS()
{
InitializeComponent();
}
}
}