Skip to content

Instantly share code, notes, and snippets.

@ellehallal
Created May 17, 2019 09:14
Show Gist options
  • Save ellehallal/4afbac207a4ea4743185e0ca6d2a4416 to your computer and use it in GitHub Desktop.
Save ellehallal/4afbac207a4ea4743185e0ca6d2a4416 to your computer and use it in GitHub Desktop.
public interface MediaPlayer {
void play();
void stop();
void currentlyPlaying();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment