mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
reset for v2
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using AuthenticationServices;
|
||||
using Bit.iOS.Core.Models;
|
||||
using Foundation;
|
||||
|
||||
namespace Bit.iOS.Autofill.Models
|
||||
{
|
||||
public class Context : AppExtensionContext
|
||||
{
|
||||
public NSExtensionContext ExtContext { get; set; }
|
||||
public ASCredentialServiceIdentifier[] ServiceIdentifiers { get; set; }
|
||||
public ASPasswordCredentialIdentity CredentialIdentity { get; set; }
|
||||
public bool Configuring { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user