mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
PM-3349 PM-3350 MAUI Migration Initial
This commit is contained in:
11
src/Core/Controls/SelectableLabel.cs
Normal file
11
src/Core/Controls/SelectableLabel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Microsoft.Maui.Controls;
|
||||
using Microsoft.Maui;
|
||||
|
||||
namespace Bit.App.Controls
|
||||
{
|
||||
public class SelectableLabel : Label
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user