Skip to content

Commit 846a6b7

Browse files
committed
Import Fondation where missing
1 parent 3412bcd commit 846a6b7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/Apollo/InMemoryNormalizedCache.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
public final class InMemoryNormalizedCache: NormalizedCache {
24
private var records: RecordSet
35

Sources/Apollo/NormalizedCache.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
public protocol NormalizedCache {
24

35
/// Loads records corresponding to the given keys.

0 commit comments

Comments
 (0)