mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
12 lines
156 B
C#
12 lines
156 B
C#
using System;
|
|
using Microsoft.Maui.Controls;
|
|
using Microsoft.Maui;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class SelectableLabel : Label
|
|
{
|
|
|
|
}
|
|
}
|