mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
7 lines
91 B
C#
7 lines
91 B
C#
namespace Bit.App.Pages
|
|
{
|
|
public interface ISendGroupingsPageListItem
|
|
{
|
|
}
|
|
}
|