Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public interface MediaPlayer {
  2.    public void play(String audioType, String fileName);
  3. }