Skip to content

Instantly share code, notes, and snippets.

@owenzhao
Created September 4, 2016 21:57
Show Gist options
  • Save owenzhao/bde029931c71d28dd647d0c1f08aa11c to your computer and use it in GitHub Desktop.
Save owenzhao/bde029931c71d28dd647d0c1f08aa11c to your computer and use it in GitHub Desktop.
Realm的坑(二)
struct Foo {
var name:String
}
let bar = Foo(name:"John")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment