1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00
bitwarden-mobile/src/iOS.Core/Views/ISelectable.cs
2019-06-27 15:48:25 -04:00

8 lines
101 B
C#

namespace Bit.iOS.Core.Views
{
public interface ISelectable
{
void Select();
}
}