1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 05:43:30 +00:00
Files
mobile/src/App/Pages/Settings/SettingsPage/ISettingsPageListItem.cs

7 lines
86 B
C#

namespace Bit.App.Pages
{
public interface ISettingsPageListItem
{
}
}