Logo

GitLab

Sign in

Fabio Spinelli / medtest_xamarin

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • medtest_xamarin
  • medtest
  • ITextToSpeech.cs
  • esempio
    baa8163b
    Fabio Spinelli authored
    2017-11-28 12:52:14 +0100  
    Browse Code »
ITextToSpeech.cs 119 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
using System;
namespace medtest
{
    public interface ITextToSpeech
    {
        void Speak(string text);
    }
}