Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created October 15, 2019 00:16
Show Gist options
  • Save markchristopherng/096062cfc327c97e040cae406fab1436 to your computer and use it in GitHub Desktop.
Save markchristopherng/096062cfc327c97e040cae406fab1436 to your computer and use it in GitHub Desktop.
class CustomerActivity : BaseActivity(R.layout.activity_customer) {
@Inject
lateinit var customerManager: CustomerManager
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment