mirror of
https://github.com/bitwarden/android.git
synced 2025-01-09 17:57:34 +03:00
10 lines
208 B
C#
10 lines
208 B
C#
|
namespace Bit.App.Pages
|
|||
|
{
|
|||
|
public class SettingsPageListItem
|
|||
|
{
|
|||
|
public string Icon { get; set; }
|
|||
|
public string Name { get; set; }
|
|||
|
public string SubLabel { get; set; }
|
|||
|
}
|
|||
|
}
|