Skip to content

Commit f3dd39d

Browse files
author
Graybox CI
committed
Examples: add missing Foundation import.
1 parent d564c94 commit f3dd39d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Example/NotesExample-macOS/StoreHelper.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright © 2018 ObjectBox. All rights reserved.
22

33
import ObjectBox
4+
import Foundation
45

56
extension Store {
67
/// Creates a new ObjectBox.Store in a temporary directory.

Example/Shared/Note.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright © 2018 ObjectBox. All rights reserved.
22

33
import ObjectBox
4+
import Foundation
45

56
class Note: Entity {
67
var id: Id = 0 // An ID is required by ObjectBox

0 commit comments

Comments
 (0)