1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-20 01:13:30 +00:00

added extension back ios project references

This commit is contained in:
Kyle Spearrin
2016-06-24 00:04:32 -04:00
parent 712f031650
commit a1798f68af
2 changed files with 6 additions and 7 deletions

View File

@@ -1,16 +1,9 @@
using PushNotification.Plugin.Abstractions;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using PushNotification.Plugin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Bit.App.Abstractions;
using Xamarin.Forms;
using Plugin.DeviceInfo.Abstractions;
namespace Bit.App.Services
{