mirror of
https://github.com/bitwarden/android.git
synced 2025-01-06 08:17:34 +03:00
11 lines
209 B
C#
11 lines
209 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Effects
|
|
{
|
|
public class FabShadowEffect : RoutingEffect
|
|
{
|
|
public FabShadowEffect()
|
|
: base("Bitwarden.FabShadowEffect")
|
|
{ }
|
|
}
|
|
}
|