Skip to content

Instantly share code, notes, and snippets.

@pkh11
Created December 12, 2019 02:20
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 pkh11/701ad98b0bcb09185f22577b9271babc to your computer and use it in GitHub Desktop.
Save pkh11/701ad98b0bcb09185f22577b9271babc to your computer and use it in GitHub Desktop.
class WorkInfo: Object{
@objc dynamic var title: String?
@objc dynamic var content: String?
let seq = RealmOptional<Int>()
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment