mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
Patch ios
This commit is contained in:
parent
41862b83d8
commit
7747c5b4bb
1 changed files with 15 additions and 0 deletions
|
|
@ -27,5 +27,20 @@ namespace AideDeJeu.iOS
|
|||
{
|
||||
return NSBundle.MainBundle.PathForResource(databaseName, "db");
|
||||
}
|
||||
|
||||
public Task SaveStreamAsync(string filename, Stream stream)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Stream CreateStream(string filename)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task LaunchFileAsync(string title, string message, string filePath)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue