1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 10:43:22 +00:00

select file for document picker

This commit is contained in:
Kyle Spearrin
2017-07-15 01:09:06 -04:00
parent dac4ffcb98
commit d0b616ba24
4 changed files with 75 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
void CopyToClipboard(string text);
bool OpenFile(byte[] fileData, string id, string fileName);
bool CanOpenFile(string fileName);
byte[] SelectFile();
void ClearCache();
}
}