bitwarden-android/src/Core/App.xaml

8 lines
287 B
Text
Raw Normal View History

2023-09-29 11:02:19 -03:00
<?xml version="1.0" encoding="utf-8" ?>
<Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
2019-03-27 20:12:44 -04:00
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.App">
<Application.Resources>
</Application.Resources>
2019-03-29 17:54:03 -04:00
</Application>