Skip to content

Instantly share code, notes, and snippets.

@emregoren
Last active April 18, 2021 06:31
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 emregoren/e721fe54346d9d34ac66e018267fbbe6 to your computer and use it in GitHub Desktop.
Save emregoren/e721fe54346d9d34ac66e018267fbbe6 to your computer and use it in GitHub Desktop.
class MyInterceptor : Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment