Skip to content

Instantly share code, notes, and snippets.

@CDRussell
Created March 30, 2018 23:30
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 CDRussell/345af30bcdd465833f6735a0d6aa0b75 to your computer and use it in GitHub Desktop.
Save CDRussell/345af30bcdd465833f6735a0d6aa0b75 to your computer and use it in GitHub Desktop.
class ResultWrapper(
val data: ParsedData? = null,
val errorMessage: String? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment