Skip to content

Instantly share code, notes, and snippets.

@ramamilaneh
Created February 27, 2017 17:36
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 ramamilaneh/8365deece140200b8aa9b5f9d60cb33e to your computer and use it in GitHub Desktop.
Save ramamilaneh/8365deece140200b8aa9b5f9d60cb33e to your computer and use it in GitHub Desktop.
import Foundation
import RealmSwift
class Friend: Object {
// Specify properties to ignore (Realm won't persist these)
// override static func ignoredProperties() -> [String] {
// return []
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment