Skip to content

Instantly share code, notes, and snippets.

@vedon
Last active June 9, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vedon/28398808ded1f76963225436ca63297f to your computer and use it in GitHub Desktop.
Save vedon/28398808ded1f76963225436ca63297f to your computer and use it in GitHub Desktop.
import FeatureService
extension Feature1: Feature1Service {
public func doSomething() {
print("Feature1 do something")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment