mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
attachments on view page abd device actions
This commit is contained in:
@@ -35,5 +35,6 @@ namespace Bit.Core.Abstractions
|
||||
Task UpdateLastUsedDateAsync(string id);
|
||||
Task UpsertAsync(CipherData cipher);
|
||||
Task UpsertAsync(List<CipherData> cipher);
|
||||
Task<byte[]> DownloadAndDecryptAttachmentAsync(AttachmentView attachment, string organizationId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user