1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 05:33:23 +00:00

fix dependency hell

This commit is contained in:
Kyle Spearrin
2019-06-27 13:41:32 -04:00
parent 88aea96034
commit 775bee3546
4 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
/*
using AuthenticationServices;
using AuthenticationServices;
using Bit.iOS.Core.Models;
using Foundation;
@@ -13,4 +12,3 @@ namespace Bit.iOS.Autofill.Models
public bool Configuring { get; set; }
}
}
*/