mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
initial commit
This commit is contained in:
9
src/App/Abstractions/IDataObject.cs
Normal file
9
src/App/Abstractions/IDataObject.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDataObject<T> where T : IEquatable<T>
|
||||
{
|
||||
T Id { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user