mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 16:23:29 +00:00
initial commit
This commit is contained in:
11
src/App/Models/Cipher.cs
Normal file
11
src/App/Models/Cipher.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.App.Models
|
||||
{
|
||||
public abstract class Cipher
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string ServerId { get; set; }
|
||||
public CipherString Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user