mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 11:58:30 +03:00
11 lines
200 B
C#
11 lines
200 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Effects
|
|
{
|
|
public class TabBarEffect : RoutingEffect
|
|
{
|
|
public TabBarEffect()
|
|
: base("Bitwarden.TabBarEffect")
|
|
{ }
|
|
}
|
|
}
|