Skip to content

Instantly share code, notes, and snippets.

@minibugdev
Created November 1, 2016 04:57
Show Gist options
  • Save minibugdev/dba0ac982ae3fd59085f961a6925b2f8 to your computer and use it in GitHub Desktop.
Save minibugdev/dba0ac982ae3fd59085f961a6925b2f8 to your computer and use it in GitHub Desktop.
open class WeatherRealm : RealmObject() {
@PrimaryKey
var name: String? = null
var temp: Double? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment