Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created February 4, 2018 20:20
Show Gist options
  • Select an option

  • Save twittemb/d2ddef8a93f062b4872762b83302f893 to your computer and use it in GitHub Desktop.

Select an option

Save twittemb/d2ddef8a93f062b4872762b83302f893 to your computer and use it in GitHub Desktop.
class Service1 {
func executeService1() {
print ("execution of Service1")
}
}
class Service2 {
func executeService2() {
print ("execution of Service2")
}
}
class Service3 {
func executeService3() {
print ("execution of Service3")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment