Skip to content

Instantly share code, notes, and snippets.

@thenixan
Created January 30, 2018 11:48
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 thenixan/de55dd96bd9a7fe95a36a594ae627f95 to your computer and use it in GitHub Desktop.
Save thenixan/de55dd96bd9a7fe95a36a594ae627f95 to your computer and use it in GitHub Desktop.
data class NewDataHolder(
@SerializedName("data")
val data: Observable<DataItem>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment