Skip to content

Instantly share code, notes, and snippets.

@timbaev
Created January 28, 2019 06:57
Show Gist options
  • Save timbaev/b12aaf037b9de22a74ea201bde1d5d22 to your computer and use it in GitHub Desktop.
Save timbaev/b12aaf037b9de22a74ea201bde1d5d22 to your computer and use it in GitHub Desktop.
enum ProjectServices {
static let userService: UserService = DefaultUserService()
static let todoService: TodoService = DefaultTodoService()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment