Skip to content

Instantly share code, notes, and snippets.

@sasssass
Created June 17, 2020 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasssass/958bb1fb0221c97e95f3409ca6200f13 to your computer and use it in GitHub Desktop.
Save sasssass/958bb1fb0221c97e95f3409ca6200f13 to your computer and use it in GitHub Desktop.
class FacadeDemo{
fun someJob(){
val facadeMusicPlayer = FacadeMusicPlayer()
facadeMusicPlayer.turnOnSystem()
facadeMusicPlayer.playSong("Ich Will - Rammstein")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment