Created
May 1, 2017 16:49
-
-
Save justinmakaila/6ee8419917747d45f812ed991842c59c to your computer and use it in GitHub Desktop.
Lunar Record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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