diff --git a/OwnChar/Data/ILocalDataProvider.cs b/OwnChar/Data/ILocalDataProvider.cs new file mode 100644 index 0000000..382d263 --- /dev/null +++ b/OwnChar/Data/ILocalDataProvider.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace OwnChar.Data +{ + public interface ILocalDataProvider + { + } +}