Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make buildable when using SPM in XCode 11 #784

Merged
merged 2 commits into from
Sep 24, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Import Fondation where missing
  • Loading branch information
cheif committed Sep 23, 2019
commit 846a6b7ad33f68b7b2f53fbf090388c30453bfa9
2 changes: 2 additions & 0 deletions Sources/Apollo/InMemoryNormalizedCache.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Foundation

public final class InMemoryNormalizedCache: NormalizedCache {
private var records: RecordSet

Expand Down
2 changes: 2 additions & 0 deletions Sources/Apollo/NormalizedCache.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Foundation

public protocol NormalizedCache {

/// Loads records corresponding to the given keys.
Expand Down