mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 22:23:35 +00:00
12 lines
227 B
C#
12 lines
227 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Effects
|
|
{
|
|
public class SelectableLabelEffect : RoutingEffect
|
|
{
|
|
public SelectableLabelEffect()
|
|
: base("Bitwarden.SelectableLabelEffect")
|
|
{ }
|
|
}
|
|
}
|