1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 23:23:38 +00:00

autofill project

This commit is contained in:
Kyle Spearrin
2018-09-19 22:25:16 -04:00
parent 42df1aecd5
commit a52d1e1506
21 changed files with 1141 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using Foundation;
namespace Bit.iOS.Autofill.Models
{
public class Context
{
public NSExtensionContext ExtContext { get; set; }
}
}