Skip to content

Instantly share code, notes, and snippets.

@iamcodder
Created July 10, 2022 20:22
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 iamcodder/ae5182272c1435d3e928111cab3578b6 to your computer and use it in GitHub Desktop.
Save iamcodder/ae5182272c1435d3e928111cab3578b6 to your computer and use it in GitHub Desktop.
abstract class BaseLogin {
abstract fun init()
abstract fun getLoginIntent(): Intent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment