Skip to content

Instantly share code, notes, and snippets.

@IEnoobong
Created December 9, 2017 14:23
Show Gist options
  • Save IEnoobong/fdeae71c4f2b2ce39f27d0594756e49b to your computer and use it in GitHub Desktop.
Save IEnoobong/fdeae71c4f2b2ce39f27d0594756e49b to your computer and use it in GitHub Desktop.
Model Display Name Interface
interface ModelDisplayName {
val displayName: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment