Skip to content

Instantly share code, notes, and snippets.

@LiewJunTung
Created April 8, 2019 06:02
Show Gist options
  • Save LiewJunTung/455bfc4b8820896d4f9bbee6748b5216 to your computer and use it in GitHub Desktop.
Save LiewJunTung/455bfc4b8820896d4f9bbee6748b5216 to your computer and use it in GitHub Desktop.
package com.netvirta.common.login
data class User(val username: String, val password: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment