We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d564c94 commit f3dd39dCopy full SHA for f3dd39d
Example/NotesExample-macOS/StoreHelper.swift
@@ -1,6 +1,7 @@
1
// Copyright © 2018 ObjectBox. All rights reserved.
2
3
import ObjectBox
4
+import Foundation
5
6
extension Store {
7
/// Creates a new ObjectBox.Store in a temporary directory.
Example/Shared/Note.swift
class Note: Entity {
var id: Id = 0 // An ID is required by ObjectBox
0 commit comments