mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 23:23:38 +00:00
autofill project
This commit is contained in:
9
src/iOS.Autofill/Models/Context.cs
Normal file
9
src/iOS.Autofill/Models/Context.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Foundation;
|
||||
|
||||
namespace Bit.iOS.Autofill.Models
|
||||
{
|
||||
public class Context
|
||||
{
|
||||
public NSExtensionContext ExtContext { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user