Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Last active April 3, 2019 13:05
Show Gist options
  • Save ismailgungor/2e24b8b1947e3ead52581b57a0670b4d to your computer and use it in GitHub Desktop.
Save ismailgungor/2e24b8b1947e3ead52581b57a0670b4d to your computer and use it in GitHub Desktop.
interface Personnel {
fun prepareProduct(name: String): Product
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment