mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
basic autofill
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using Foundation;
|
||||
using AuthenticationServices;
|
||||
using Foundation;
|
||||
|
||||
namespace Bit.iOS.Autofill.Models
|
||||
{
|
||||
public class Context
|
||||
{
|
||||
public NSExtensionContext ExtContext { get; set; }
|
||||
public ASCredentialServiceIdentifier[] ServiceIdentifiers { get; set; }
|
||||
public string UrlString { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user