Skip to content

Instantly share code, notes, and snippets.

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