mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
17 lines
198 B
C#
17 lines
198 B
C#
using System;
|
|
namespace Bit.Core
|
|
{
|
|
public class ServiceContainer
|
|
{
|
|
public ServiceContainer()
|
|
{
|
|
}
|
|
|
|
public static void Reset()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
|