mirror of
https://github.com/bitwarden/android.git
synced 2024-12-31 21:38:27 +03:00
12 lines
199 B
C#
12 lines
199 B
C#
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Effect
|
|||
|
{
|
|||
|
public class TabBarEffect : RoutingEffect
|
|||
|
{
|
|||
|
public TabBarEffect()
|
|||
|
: base("Bitwarden.TabBarEffect")
|
|||
|
{ }
|
|||
|
}
|
|||
|
}
|