mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
7 lines
86 B
C#
7 lines
86 B
C#
namespace Bit.App.Pages
|
|
{
|
|
public interface ISettingsPageListItem
|
|
{
|
|
}
|
|
}
|