mirror of
https://github.com/bitwarden/android.git
synced 2024-12-29 12:28:31 +03:00
14 lines
169 B
C#
14 lines
169 B
C#
|
using System;
|
|||
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Controls
|
|||
|
{
|
|||
|
public class CustomLabel : Label
|
|||
|
{
|
|||
|
public CustomLabel()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|