1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 03:03:46 +00:00

setup more models

This commit is contained in:
Kyle Spearrin
2019-04-12 10:06:47 -04:00
parent a1ba2bf60b
commit c89805d123
14 changed files with 412 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
using Bit.Core.Enums;
namespace Bit.Core.Models.Api
{
public class LoginUriApi
{
public string Uri { get; set; }
public UriMatchType? Match { get; set; }
}
}