Guest User

Untitled

a guest
Feb 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. class Service1 {
  2. func executeService1() {
  3. print ("execution of Service1")
  4. }
  5. }
  6.  
  7. class Service2 {
  8. func executeService2() {
  9. print ("execution of Service2")
  10. }
  11. }
  12.  
  13. class Service3 {
  14. func executeService3() {
  15. print ("execution of Service3")
  16. }
  17. }
Add Comment
Please, Sign In to add comment