diff --git a/MatrixListener.cs b/MatrixListener.cs new file mode 100644 index 0000000..f5001ed --- /dev/null +++ b/MatrixListener.cs @@ -0,0 +1,14 @@ +using System; +using System.Configuration; +using Matrix.Sdk; + +namespace TeleTok +{ + public class MatrixListener + { + public void RunListener() + { + + } + } +} \ No newline at end of file