Skip to content

Instantly share code, notes, and snippets.

@justinmakaila
Created May 1, 2017 16:49
Show Gist options
  • Select an option

  • Save justinmakaila/6ee8419917747d45f812ed991842c59c to your computer and use it in GitHub Desktop.

Select an option

Save justinmakaila/6ee8419917747d45f812ed991842c59c to your computer and use it in GitHub Desktop.
Lunar Record
import CoreData
public final class LunarRecord: NSManagedObject {
/// The primary key for the object.
public let key: String
/// The JSON string that represents the object.
public let record: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment