mirror of
https://github.com/bitwarden/android.git
synced 2025-01-09 09:47:36 +03:00
9 lines
208 B
C#
9 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; }
|
|
}
|
|
}
|