1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

stub out beginnings of apiservice

This commit is contained in:
Kyle Spearrin
2019-04-10 10:49:24 -04:00
parent 0d417b3eee
commit 579a7e0398
10 changed files with 279 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
using Bit.App.Abstractions;
using Bit.App.Models;
using Bit.Core.Abstractions;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
@@ -8,7 +9,7 @@ using Xamarin.Forms;
namespace Bit.App.Services
{
public class MobilePlatformUtilsService
public class MobilePlatformUtilsService : IPlatformUtilsService
{
private static readonly Random _random = new Random();