1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 06:56:10 +00:00

Patch ios

This commit is contained in:
Yan Maniez 2019-05-07 10:57:00 +02:00
parent 41862b83d8
commit 7747c5b4bb

View file

@ -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();
}
}
}