mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
setup domain and view
This commit is contained in:
11
src/Core/Models/View/View.cs
Normal file
11
src/Core/Models/View/View.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bit.Core.Models.View
|
||||
{
|
||||
public abstract class View
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user