bitwarden-mobile/src/App/Effects/TabBarEffect.cs

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

12 lines
200 B
C#
Raw Normal View History

2019-05-31 03:24:03 +02:00
using Xamarin.Forms;
2019-06-12 14:31:33 +02:00
namespace Bit.App.Effects
2019-05-31 03:24:03 +02:00
{
public class TabBarEffect : RoutingEffect
{
public TabBarEffect()
: base("Bitwarden.TabBarEffect")
{ }
}
}