Skip to content

Instantly share code, notes, and snippets.

@ellehallal
Last active September 30, 2019 16:06
Show Gist options
  • Save ellehallal/3616f99e2b072d9fde9186704a886d86 to your computer and use it in GitHub Desktop.
Save ellehallal/3616f99e2b072d9fde9186704a886d86 to your computer and use it in GitHub Desktop.
interface Caller {
fun dial()
fun makeCall(phoneNumber: Int)
fun ring() {
println("RING!")
}
fun answerCall()
fun hangUp()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment